Releases: sanelkukic/oibot
Releases · sanelkukic/oibot
Release 1.1.0
Initial release 1.0.0
This is the initial release of oibot
You must install at least Python 3.7.0 for this to work. Make sure you put Python and pip into your PATH environment variable for ease-of-use.
Simply download the ZIP archive labeled "Source code (ZIP)" below, unzip it, cd
into the folder that you extracted it into, and run these commands in your terminal
$ pip install -r requirements.txt
$ python oibot.py --gen-config
You'll notice a new file, config.json
, get created. Open this in your favorite text editor and fill in the fields, then save it and run this command to get things going:
$ python oibot.py config.json
If all goes well, you should see oibot get to work!
If you have any issues or bug reports, file them in the Issues section.