ShadowHero is an automated online harassment countermeasure agent designed to identify harassment situations when they happen and take appropriate action.
http://www.hackharassment.com/mlh/
ShadowHero has been created for the Hack Harassment Challenge with the goal of identifying and reducing online harassment.
- Clone this repository:
git clone https://github.com/gunthercox/ShadowHero/ - Change directory:
cd ShadowHero git clone https://github.com/HackHarassment/TwitterClassifier.git- Extract the zipped files in the TwitterClassifier data directory
- Create a file called
settings.pywith the following data:
GITTER = {
'API_TOKEN': 'my-gitter-agent-api-token',
'ROOM': 'gitter_account_name/gitter_room_name'
}