/matrix-script

Script to view and send messages w/ matrix

Primary LanguagePythonGNU General Public License v3.0GPL-3.0

matrix-script

This is a Python script that uses the matrix api to access and send messages from rooms/DMs

Commands

  • Usage: ./matrix.py <command>
  • setup - login and generate config file
  • unread - get unread messages
  • read_all - get all messages at once (since batch number)
  • refresh_rooms - refresh list of joined rooms
  • logout

TODO