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.
- Host: GitHub
- URL: https://github.com/wjt/radiostar
- Owner: wjt
- License: mit
- Created: 2013-11-11T23:48:41.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2013-11-12T00:02:29.000Z (over 11 years ago)
- Last Synced: 2025-02-25T10:50:22.203Z (4 months ago)
- Language: Python
- Size: 102 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
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`