Metadata-Version: 2.0
Name: twutil
Version: 0.1.0
Summary: Utilities for manipulating tweets
Home-page: https://github.com/aronwc/twutil
Author: Aron Culotta
Author-email: aronwc@gmail.com
License: BSD
Keywords: twutil
Platform: UNKNOWN
Classifier: Development Status :: 2 - Pre-Alpha
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: BSD License
Classifier: Natural Language :: English
Classifier: Programming Language :: Python :: 2
Classifier: Programming Language :: Python :: 2.6
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.3

# twutil

A set of utilities for handling Twitter data.

## Installing

`pip install twutil`

Twitter API calls rely on the [Twitter](https://pypi.python.org/pypi/twitter) 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`









History
-------

0.1.0 (2014-01-11)
++++++++++++++++++

* First release on PyPI.

