SOBotics / Botpy

A python framework for creating chatbots on the StackExchange network.
Other
5 stars 1 forks source link

Botpy

A python framework for creating bots on the StackExchange network. Builds upon ChatExchange to create a nice framework to help you make bots without the nitty-gritty you would otherwise have.

Features:

Installation

Botpy does not support any versions of Python before Python3. It has been thoroughly tested on Python 3.6 (and should work for 3.x). To install Botpy, run:

pip3.6 install BotpySE --user

or

sudo -H pip3.6 install BotpySE

Botpy depends on ChatExchange. Upstream has a slightly experimental facility called send_aggressively which is not yet part of an official release; if you wish to use this functionality, you will also need to install ChatExchange from source, not from PyPI.

Documentation

Some incomplete documentation of Botpy exists here: https://botpy.readthedocs.io/en/latest/

Changelog