Skip to content

A simple toolbox to support admin tasks for a matrix server

Notifications You must be signed in to change notification settings

btesteracc/matrix_admin

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

27 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Matrix Admin Python Library

This is a simple library for functions that I use with my Matrix-Server. The library provides basic functions and I use it with Juypter Notebooks. It provides an matrix_server object.

Functions provided:

  • login
  • load_config
  • save_config
  • set_access_token
  • get_room_id_from_alias
  • get_users_from_room
  • get_rooms
  • get_users
  • new_user
  • deactivate_user
  • reset_password
  • get_joined_rooms
  • get_user_devices

I usually use the functions with an Jupyter notebook. I'm working on a GUI and will add more functions as I need them for administration of a matrix sserver.

Any feedback is appreciated.

About

A simple toolbox to support admin tasks for a matrix server

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages