Program to detect hate speech on Reddit with the aim of tracking and reporting it. This repository contains reference files with strong language.
- Clone repository from github
git clone https://github.com/bwindsor22/speechr.git
- Gather api key from secret bitbucket repo
git clone https://bwindsor22@bitbucket.org/bwindsor22/speechr-secret.git
- Copy praw.ini file to speechr directory from secret repo and move the aws key to the admin folder.
cp speechr-secret/praw.ini speechr/speechr/
cp speechr-secret/keypairname.pem speechr/admin/
- Install all python packages
pip install -r .\admin\requirements.txt
- Make the package by running run_setup.sh
Windows: setup.py develop