python-matrix-bot-api icon indicating copy to clipboard operation
python-matrix-bot-api copied to clipboard

A Python API for making Matrix bots (https://matrix.org).

Results 17 python-matrix-bot-api issues
Sort by recently updated
recently updated
newest added

Hello. I 've made some improvements and refactored your code a little bit (made more pythonic i.e. "If var is None" -> just if var, changed deprecated api calls, etc)...

I just tested the example bot with a direct chat and said "Hi". It replied with Hi, @:matrix.org Hi, @:matrix.org Hi, @:matrix.org .. forever until I stopped the bot.

Please refer to the commit messages for a more detailed description.

Hi, there is an issue with your usage of the rooms variable. In matrix_bot_api.py line 43 (else branch) you try to use it like an array of room objects. This...

Maybe it's worth adding a decorator, just like it's done in [pyTelegramBotAPI](https://github.com/eternnoir/pyTelegramBotAPI/blob/e2ed4cf065e031b8a78aa4958cabaca0c5326e16/telebot/__init__.py#L1136)? Usage [example](https://github.com/eternnoir/pyTelegramBotAPI/blob/d118e9edcceb2b55f8d7d87b7d34771cde4ed1e1/examples/echo_bot.py#L11).

I made a bot that quotes an user, but with every E replaced with a _: https://notabug.org/elonsatoshi/AVoid5bot-python But if I try to make it use the actual quote markdown, it...

As per https://github.com/shawnanastasio/matrix-pollbot/issues/5