matrix-alertbot/my_project_name
Jason Robinson b808119a73
Enable logging in using an access token (#21)
We do a `client.load_store()` to restore a previous session.

If both token and password are defined, token is preferred, since it wont create a new device for the bot. One or the other needs to be defined.

Requires https://github.com/anoadragon453/nio-template/pull/20 for the configuration change since password and access token must both be optional (but one must be given).
2020-12-14 22:38:47 +00:00
..
__init__.py Fix some lingering matrix-reminder-bot refs 2020-08-11 17:37:54 -07:00
bot_commands.py Lint and add lint.sh dev script 2020-08-09 15:02:07 -07:00
callbacks.py built-with-matrix-nio badge + permit aliases (#15) 2020-08-24 11:39:50 +01:00
chat_functions.py Lint and add lint.sh dev script 2020-08-09 15:02:07 -07:00
config.py Enable logging in using an access token (#21) 2020-12-14 22:38:47 +00:00
errors.py Lint and add lint.sh dev script 2020-08-09 15:02:07 -07:00
main.py Enable logging in using an access token (#21) 2020-12-14 22:38:47 +00:00
message_responses.py Lint and add lint.sh dev script 2020-08-09 15:02:07 -07:00
storage.py Add support for postgres as a db backend 2020-08-16 15:51:59 +01:00