Utilities for manipulating tweets


Keywords
twutil
License
BSD-3-Clause
Install
pip install twutil==0.2.2

Documentation

twutil

A set of utilities for handling Twitter data.

Installing

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