Skip to content

Python and LaTeX source code of my MSc thesis

License

Notifications You must be signed in to change notification settings

morpheusthewhite/master-thesis

Repository files navigation

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.