Skip to content

Releases: sanelkukic/oibot

Release 1.1.0

27 Aug 22:18
2dd87fb
Compare
Choose a tag to compare

There isn't anything too major in this release, other than the addition of the configuration validation tool (see #2 and #3 )

As usual, download either of the source code archives below and extract them, then simply follow the instructions in the README to begin using OIBot!

Initial release 1.0.0

23 Aug 07:34
Compare
Choose a tag to compare

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.