Skip to content

Latest commit

 

History

History
134 lines (69 loc) · 3.18 KB

README.md

File metadata and controls

134 lines (69 loc) · 3.18 KB

master-thesis

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.

Getting Started

To get a local copy up and running follow these simple steps.

Prerequisites

  1. Create a conda environment and install required packages with
make requirements-conda
  1. Set up Praw authentication.

  2. 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.

License

Distributed under the MIT License. See LICENSE for more information.