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

https://github.com/wjt/radiostar

A tiny Twitter archiver.
https://github.com/wjt/radiostar

Last synced: 3 months ago
JSON representation

A tiny Twitter archiver.

Awesome Lists containing this project

README

        

A tiny Twitter archiver. Downloads a user's timeline; and, in a separate program, produces a CSV from it. The former may be useful without the latter.
Includes retweet and favourite counts, which the Twitter archive does not.

* `pip install -r requirements.txt`
* Get Twitter API keys from
* Plug 'em into `tokens.py`
* Run `python oauth.py grab USERNAME`
* When it's done, run `python csvify.py`