errbot
errbot copied to clipboard
Errbot is a chatbot, a daemon that connects to your favorite chat service and bring your tools and some fun into the conversation.
The Sentry SDK has several options, but right now we are limited by errbot as to which one can be configured. This adds a new `SENTRY_OPTIONS` config, which enable users...
[pre-commit](https://pre-commit.com/) is great tool to run these kind of auto-formatters in isolated environments. There are more hooks which are supported, but I haven't introduced any new ones for now. I...
Installer is missing a dependency and when installed by hand, gives an error. Install is missing graphlib and when install by hand and executes `errbot --init` an error about CycleError...
**Description:** The current [documentation ](https://errbot.readthedocs.io/en/latest/user_guide/configuration/telegram.html) for installing the python-telegram-bot dependency lacks specification for the required version. This leads to unintended behavior where version 20.8 is installed by default when installing...
Use a virtual environment to make copying packages from build stage to the final stage easier. It also reduces the image size by 94Mb. I used `python:3-slim` as the final...
**Is your feature request related to a problem? Please describe.** When the XMPP connection is lost the Bot does not reconnect automatically. **Describe the solution you'd like** I would like...
**Need help with** - [X] Running the bot - [ ] Writing plugin - [ ] Other **Issue description** Please describe the issue. The more information you can provide, the...
As discussed in #1646 it would be helpful to automate the release process of the Errbot to free up some of the maintainers' resources and make the whole process more...