Skip to content

Latest commit

 

History

History
24 lines (13 loc) · 617 Bytes

README.md

File metadata and controls

24 lines (13 loc) · 617 Bytes

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

FUNCTIONS

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

Setup

Install needed dependencies using pip

    pip3 install -r requirements.txt

Then run the bot with python3 bot.py.