mmpy_bot
mmpy_bot copied to clipboard
A python-based chatbot for Mattermost (http://www.mattermost.org).
Bumps [pytype](https://github.com/google/pytype) from 2021.10.18 to 2022.8.3. Commits 28b890f Merge pull request #1268 from google/google_sync 7f1f835 Prepare a PyPI release. 15542b1 Fully resolve pytd aliases in LookupExternalType's duplicate aliases check. c59cdb0...
>**Describe the bug** When trying to connect to mattermost via SSL, connection works, but connection to wss fails with the following message [05/16/2022 13:31:16][mmpy.bot][INFO] Starting bot Bot. [05/16/2022 13:31:16][mmpy.threadpool][INFO] Scheduler...
Checking if any issues are going to show in 3.10
This is an attempt to split #226 into smaller PRs, easier to review. This PR should be merged after #323 and #325.
This is an attempt to split #226 into smaller PRs, easier to review. This PR should be merged after #323 and before #226. Most glue code is present in this...
Reopened #212 targeting `main` instead of `master`.
Since `click` is designed to wrap commands, some instructions, such as `--help`, trigger a system exit. If a sufficiently high number of requests is made, all threads will eventually be...
Hello! I want to catch and handle the button click event in an interactive message. How can I implement it? I can handle all text messages but buttons I can't....
Hello I want to use the Slash Commands to trigger a webhook listener. The application-type of slash commands is x-www-form-urlencoded. As far as I know the bot only accepts application/json...
Following from a discussion in the chat (@jneeven @attzonko) we identified a few obstacles and some possible solutions that need to be further explored. #### Using * [`mattermost-preview`](https://hub.docker.com/r/mattermost/mattermost-preview) docker container...