python-mattermost-driver icon indicating copy to clipboard operation
python-mattermost-driver copied to clipboard

Python Mattermost Driver for APIv4

Results 22 python-mattermost-driver issues
Sort by recently updated
recently updated
newest added

got message today from pip ``` DEPRECATION: mattermostautodriver 1.2.2 has a non-standard dependency specifier aiohttp>=3.8.1=0.20.0

I get this error when using Python 3.10: ``` Failed to establish websocket connection: Cannot create a client socket with a PROTOCOL_TLS_SERVER context (_ssl.c:801) ``` Is there any websocket option...

Hi any chance you can release the latest to Pypi so projects using this driver package can get the new fixes since Jan 2022? Thanks!

This PR adds optional argument `options=None` to: - `Posts.get_list_of_flagged_posts()` - `Posts.get_posts_for_channel()` - `Posts.get_unread_posts_for_channel()` In some cases I found it necessary, e.g., when we want to get only metadata of very...

Added get_user_sidebar_categories function to users.py

Hi all. When I connect to the server and receive a message from it. The console log shows an error. **Received message from remote server:** {'event': 'hello', 'data': {'connection_id': 'ug5y64s******dtkka',...

"Authentification" is the French spelling and, though occasionally used, is usually considered a mistake in English.

This pull request adds two small changes to the websocket interface: 1. Events are decoded before being send, and only events are send to the eventhandler, not other messages. It...

This is an incomplete attempt at implementing #60 Currently missing: - [ ] arguments in cases where files need to be uploaded - [ ] auto-generated docstrings For the remaining...