Source code of my master thesis at KTH Institute of technology and Polytechnic University of Turin.
The current version of the thesis report is available at the following link.
To get a local copy up and running follow these simple steps.
- Create a conda environment and install required packages with
make requirements-conda
-
Set up Praw authentication.
-
Create a twitter developer account and export environment variables with Twitter secrets and tokens, specifically
- TWITTER_CONSUMER_KEY and TWITTER_CONSUMER_SECRET
- TWITTER_ACCESS_KEY and TWITTER_ACCESS_SECRET
which can be found in your development dashboard.
Distributed under the MIT License. See LICENSE
for more information.