Powered by the Will?: Themes in online discussions of Fitness
This repo includes tools for Subreddit analysis, originally developed for our class project of PSYC 626 in USC, titled “Powered by the Will?: Themes in online discussions of Fitness”.
Installation and Requirements
You need to use Python 3.9, R 4.1.0 and git basically to run the scripts provided in this repo. For Ubuntu, to install essential dependencies:
sudo apt update
sudo apt install git python3.9 python3-pip
pip3 install virtualenv
Now clone this repo:
git clone https://github.com/gchochla/subreddit-analysis
cd subreddit-analysis
Create and activate a python environment to download the python requirements