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.
Another attempt to use importlib vs pkg_resources for processing packages as plugins.
Hello. I'm wondering if it's possible somehow to send a file as a reply to message ? Same as send() with in_reply_to parameter. I'm using Slack v3 Backend. Thanks.
**Is your feature request related to a problem? Please describe.** What I wanted to do is: ```python class TestPlugin(BotPlugin): @botcmd def testcmd(self, msg: Message, _): self.send(self.build_identifier(msg.frm.room.id), text=_text, in_reply_to=msg.parent) ``` I...
If a command is blocked by a cmdfilter, the name of the command should be logged instead of being logged as "None".
**Describe the bug** Followed the instructions per [official docs for testing](https://errbot.readthedocs.io/en/latest/user_guide/plugin_development/testing.html?highlight=test), both options with using `pytest` with function based tests / or `unittest` with `FullStackTest` class are failing (instruction for...
Hey guys, so I have succesfully created a mattermost bot server in my private online server. But now, I want to move the bot to my local office server but...
**Is your feature request related to a problem? Please describe.** When I want to run errbot in Kubernetes - it would be really nice with a HelmChart to manage operation...
**Describe the bug** Using !plugin config MyPlugin {"key": "value"} from the Slack client does not work because the Slack client (on MacOS) forces the use of unicode characters for [double...
Bumps [actions/checkout](https://github.com/actions/checkout) from 4.1.1 to 4.1.4. Release notes Sourced from actions/checkout's releases. v4.1.4 What's Changed Disable extensions.worktreeConfig when disabling sparse-checkout by @jww3 in actions/checkout#1692 Add dependabot config by @cory-miller in...