- Notifications
You must be signed in to change notification settings - Fork31
gregkh/bti
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
bti - bash twitter idiocyAllows you to pipe your bash input to twitter in an easy and fast mannerto annoy the whole world.See the man page bti.1 for how to use it and more information.Be careful if you use this, it is quite easy to end up sending sensitivedata to the world with it.USE AT YOUR OWN RISK!Any questions, contact Greg Kroah-Hartman <greg@kroah.com> or @gregkhon twitter.bti is developed using git and the tree can be found at:git://github.com/gregkh/bti.gitand browsed at:http://github.com/gregkh/bti/About OAuth configurationIf you want to use an OAuth-enabled service (like twitter), you shouldconfigure bti to use the consumer key and secret shipped with the sourcecode (check the oath.keys file).For example, you should add the following two lines to your ~/.bticonfiguration file:---8<-------------------# Consumer keyconsumer_key=cZy8DdioswAfu3LJYg6E2w# Consumer secretconsumer_secret=fnIGGU0T12mMWKjmThUdSeKN32NLWfmnwapwubVQ---8<-------------------The next time that you run bti, you will be told to visit an URL thatwill provide you a PIN number. You should then input that number in thebti prompt, and you will be given two new configuration values(access_token_secret and access_token_key) that you need to add to yourbti configuration file to authenticate requests from bti.