shawnanastasio / python-matrix-bot-api

A Python API for making Matrix bots (https://matrix.org).
GNU General Public License v3.0
92 stars 34 forks source link

Add support for token based login #26

Closed lordievader closed 4 years ago

lordievader commented 4 years ago

Token based logins allows bots to reuse an earlier login. Instead of logging in and creating a new session at each start with the risk of never logging out due to a crash or something.

shawnanastasio commented 4 years ago

Merged, thanks!