mmpy_bot icon indicating copy to clipboard operation
mmpy_bot copied to clipboard

A python-based chatbot for Mattermost (http://www.mattermost.org).

Results 55 mmpy_bot issues
Sort by recently updated
recently updated
newest added

**Describe the bug** I am currently running the Bot in a different thread via the following code which works well: ``` # Activate Eventloop for current thread class MMThread(): def...

Bumps [black](https://github.com/psf/black) from 24.3.0 to 24.4.2. Release notes Sourced from black's releases. 24.4.2 This is a bugfix release to fix two regressions in the new f-string parser introduced in 24.4.1....

dependencies
python

Bumps [pytest-xdist](https://github.com/pytest-dev/pytest-xdist) from 3.5.0 to 3.6.1. Changelog Sourced from pytest-xdist's changelog. pytest-xdist 3.6.1 (2024-04-28) Bug Fixes [#1071](https://github.com/pytest-dev/pytest-xdist/issues/1071) <https://github.com/pytest-dev/pytest-xdist/issues/1071>_: Add backward compatibility for deadlock issue with the execnet new main_thread_only "execmodel"...

dependencies
python

Bumps [pytype](https://github.com/google/pytype) from 2024.3.19 to 2024.4.11. Commits 61404c4 Merge pull request #1615 from google/google_sync 8100dea Prepare a PyPI release. a54d66a rewrite: Support unpacking of concrete iterables and dicts in function...

dependencies
python

Hi all. I've configured my Mattermost bot to read messages when a user in a channel the bot is in sends them. What I am hoping to do is effectively...

Update versions of pre-commit hooks to latest version.

This PR implements a per-plugin reply-to-self functionality, allowing the bot to, for selected `listen_to` statements, reply to its own previous messages. For example, this would allow the bot to send...

The CPU usage is high when Webhook server is enabled, and I found it caused by the `asyncio.sleep` with too short interval. If it's hard to fix the "thread pool...

Bumps [flake8](https://github.com/pycqa/flake8) from 7.1.0 to 7.1.1. Commits cf1542c Release 7.1.1 939ea3d Merge pull request #1949 from stephenfin/issue-1948 bdcd5c2 Handle escaped braces in f-strings 2a811cc Merge pull request #1946 from Viicos/patch-1...

dependencies
python