twitter-to-sqlite
Save data from Twitter to a SQLite database
File Explorer
Download Latest Version (.zip)- publish.yml
- readme-toc.yml
- test.yml
- account-suspension.js
- account.js
- app.js
- follower.js
- following.js
- saved-search.js
- __init__.py
- test_import.py
- test_migrations.py
- test_save_tweets.py
- tweets.json
- utils.py
- __init__.py
- archive.py
- cli.py
- migrations.py
- utils.py
- .gitignore
- email.png
- LICENSE
- README.md
- setup.py
# Installation Guide
1. Get the code
git clone https://github.com/dogsheep/twitter-to-sqlite
Downloads the entire project code from GitHub to your computer.
cd twitter-to-sqlite
Moves into the project folder you just downloaded.
2. Python
Easy RecommendedPrerequisites
$ pip install twitter-to-sqlite
Installs the Python libraries listed in requirements.txt (or similar).
If it runs without errors and prints output in the terminal, it worked.
Pulled directly from this repo's README.
// repository documentation
Was this content helpful?
(0 ratings)
