Track specific hashtag in Twitter and do analysis on the tweets.
Make sure you have a running maria db database. If not start it using :
systemctl start mariadb
Create a database and a user.
Create a new app in the developers portal and get the Bearer Token.
Using all previous information, set your own ./config.ini
file. Set the hashtag you want to follow.
[DATABASE]
User=
Host=
DatabaseName=
Port=
Password=
[TWITTER]
Hashtag=
BearerToken=
Schedule the ./backend/update_data_job.py
job using crontab.
Run the frontend using :
cd client && npm intall && npm start
This frontend lacks of features. It just displays the data without any optimization or advanced analyzis in mind.