A set of utilities for handling Twitter data.
pip install twutil
Twitter API calls rely on the TwitterAPI Python library.
To use OAuth, you'll need to set the following environmental variables:
TW_CONSUMER_KEY
TW_CONSUMER_SECRET
TW_ACCESS_TOKEN
TW_ACCESS_TOKEN_SECRET