This repository is an example for querying the Twitter API and storing the data in a Postgres database. This way you can analyze tweets and create network studies. My article on medium.com covers this project in German language.
Install libraries referenced in requirements.txt
pip install -r projects/tweets/requirements.txt
config_demo.py
includes examples for the desired Twitter keywords, Twitter API and Postgres credentials. Copy the file, rename it to config.py
and store your personal data.
Run application via python main.py
2019-07-08 Initial commit