Useful functions for everyone who want to write one more xxx everyword bot.
By the Oleg Strizhechenko
This library provides bunch of functions for tasks on creating twitter bots.
You can install twitterbot-utils using:
$ pip install twitterbot-utils
The code is hosted at https://github.com/strizhechenko/twitterbot_utils
Check out the latest development version anonymously with:
$ git clone git://github.com/strizhechenko/twitterbot_utils.git $ cd twitterbot_utils
Setup a virtual environment and install dependencies:
$ make env
Activate the virtual environment created:
$ source env/bin/activate
No test on current state avaible.
Authorize your bot:
source env/bin/activate export consumer_key=xxx export consumer_secret=xxy python -m twitterbot_utils.TwiAuth
When, copy PIN and get your access token/secret to put in heroku config.
https://github.com/strizhechenko/twitterbot_example.git
Usage, docs, tests.