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
- Host: GitHub
- URL: https://github.com/pybites/sqlalchemy-demo
- Owner: pybites
- Created: 2020-11-24T17:14:24.000Z (over 5 years ago)
- Default Branch: main
- Last Pushed: 2020-11-24T17:24:21.000Z (over 5 years ago)
- Last Synced: 2025-02-16T05:44:50.492Z (over 1 year ago)
- Language: Python
- Size: 3.91 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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).