Skip to content

Latest commit

 

History

History
19 lines (14 loc) · 630 Bytes

README.md

File metadata and controls

19 lines (14 loc) · 630 Bytes

SmokeDetector

Headless chatbot that detects spam and posts it to chatrooms. Uses ChatExchange and takes questions from the realtime tab

Example chatpost

To setup:

git clone https://github.com/Charcoal-SE/SmokeDetector.git
cd SmokeDetector
git submodule init
git submodule update
sudo pip install beautifulsoup
sudo pip install requests --upgrade

To run: python ws.py, preferably in a daemon-able mode. Like in a screen session.