To get started, edit the bot.ini.example
file with your favourite text editor to use your bot token and user ID (not username), and rename it to bot.ini
This bot can do a multitude of things, primarily aimed at Android Developers:
Using a custom script, it can build Android ROMS using Jenkins
If you have Gerrit, it can pick those changes when building
It can list Gerrit open changes, and filter by project name
Install needed dependencies using pip
pip3 install -r requirements.txt
Then run the bot with python3 bot.py
.