This tutorial is intended for self learning and making use of Twitter client authentication and consumer token(compatible with ver 2 and 1.1 respectively)
- Install Docker Desktop.
- VSC/Any other interpreter.
- Twitter Developer account with Elevated Access and necessary tokens generated.
collect_tweet_stream.py
extracts the tweetsapp.py
writes the data to postgres tables- Adminer to view the data getting ingested
VADER
analyses the sentiment
- Make changes in the
credentials.json
to add the Twitter credentials.
Access the Adminer link- http://localhost:8080/?pgsql=db to watch the rows getting added.