Skip to content

Latest commit

 

History

History
26 lines (23 loc) · 909 Bytes

README.md

File metadata and controls

26 lines (23 loc) · 909 Bytes

Program to detect hate speech on Reddit with the aim of tracking and reporting it. This repository contains reference files with strong language.

Sample Site

site

Getting Started

  1. Clone repository from github
	git clone https://github.com/bwindsor22/speechr.git
  1. Gather api key from secret bitbucket repo
	git clone https://[email protected]/bwindsor22/speechr-secret.git
  1. 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/
  1. Install all python packages
	pip install -r .\admin\requirements.txt
  1. Make the package by running run_setup.sh
    Windows: setup.py develop