An open API service indexing awesome lists of open source software.

https://github.com/ideoforms/tweetarchive

A lightweight twitter archiving tool, written in Python
https://github.com/ideoforms/tweetarchive

Last synced: about 1 year ago
JSON representation

A lightweight twitter archiving tool, written in Python

Awesome Lists containing this project

README

          

tweetarchive: lightweight, pythonic twitter archiving.
-----------------------------------------------------------------------

* uses the tweepy library with oauth for protected accounts
* only archives tweets created since last time
* writes CSV output with user-specified format
* uses time delays to avoid hitting load throttling

REQUIREMENTS
-----------------------------------------------------------------------

* python-twitter-tools
- for twitter API access
pip install twitter
http://mike.verdone.ca/twitter/

* BeautifulSoup
- for conversion to ASCII and HTML entity removal
pip install beautifulsoup
http://www.crummy.com/software/BeautifulSoup/

USAGE
-----------------------------------------------------------------------
* modify settings.py
* ./tweetarchive.py [username]