Skip to content

bwindsor22/speechr

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

AWS-based bot to parse and detect hate in Reddit comments

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published