Belisarius is a bot that detects vandalism on Stack Overflow.
Clone the repository:
git clone https://github.com/SOBotics/Belisarius
cd Belisarius
Install dependencies:
mvn clean install
Run
cp properties/login.example.properties properties/login.properties
and fill properties/login.properties
.
Start the bot by running:
java -cp target/belisarius-1.8.0.jar:./lib/* bugs.stackoverflow.belisarius.Application
If you want to change the location of the log file, edit src/main/resources/log4j.xml
. The project must be rebuilt (mvn install
), for the changes to be applied.