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

https://github.com/pybites/sqlalchemy-demo

script to import twitter archive
https://github.com/pybites/sqlalchemy-demo

Last synced: about 1 year ago
JSON representation

script to import twitter archive

Awesome Lists containing this project

README

          

# sqlalchemy-demo

A script to demo SQLAlchemy models and import a Twitter archive.

To run it, [download your own `all_tweets.js`](https://twitter.com/settings/your_twitter_data) removing `window.YTD.tweet.part0 =` (line 1).

Then run the script like `python -m src.script` (with `sqlalchemy` installed in a virtual environment).