Skip to content

spreusler/Twitter-API-and-Postgres-application-in-Python

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Twitter API and Postgres Application

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.

Requirements

Install libraries referenced in requirements.txt

pip install -r projects/tweets/requirements.txt

Instructions

Configuration files

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

Run application via python main.py

Changelog

2019-07-08 Initial commit

About

Python application that queries the Twitter API and stores data in a Postgres database

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages