An easy to use matrix library inspired by discord.py

Halcyon on and on The goal of this project is to have an easy to install and use Matrix bot library similar to the Discord or Slack libs.Encryption must be transparent to the user. Check the roadmap in notes.md Current features A nice command prompt to generate Halcyon tokens Login with token or username/password Fetch for new messages every x seconds using await Event hooks for on_message(self, message) on_message_edit(self, message) on_room_invite(self, room) on_room_leave(self, roomID) Action hooks send_message(self, roomID, body, textFormat=None, […]

Read more