0 purchases
aiommost 0.3.0
aiommost
Asyncio Mattermost client. Useful to write bots.
Usage
from aiommost import MattermostClient
client = MattermostClient(host, token)
# create direct channel
user = await client.users.get_by_username('someuser')
channel = await client.channels.direct(user.uid, user.uid)
Contributing Guide
Main dependencies:
httpx
pydantic
Developer dependencies:
mypy
wemake-python-styleguide
pytest
Install dependencies:
make dev.install
Before push:
$ make lint && make test
...
For personal and professional use. You cannot resell or redistribute these repositories in their original state.
There are no reviews.