Invite pretix participants to a Matrix Room or Space.
Project description
pretix Matrix inviter
This is a plugin for pretix.
Invite pretix participants to a Matrix Room or Space.
Installation
Activate the virtual environment for your pretix installation and run
pip install pretix-matrix-inviter
Configuration
Each event can enable this plugin in Settings > Plugins > Features.
Once the plugin is enabled you can configure it in Settings > Matrix inviter. You will need an access token of a user that can invite new users to your Matrix room or space, the address of the server said inviting user is on, and the ID or an alias of the Matrix room or space your participants should be invited to.
Development setup
- Make sure that you have a working pretix development setup.
- Clone this repository.
- Activate the virtual environment you use for pretix development.
- Execute
python setup.py develop
within this directory to register this application with pretix's plugin registry. - Execute
make
within this directory to compile translations. - Restart your local pretix server. You can now use the plugin from this repository for your events by enabling it in the 'plugins' tab in the settings.
This plugin has CI set up to enforce a few code style rules. To check locally, you need these packages installed:
pip install flake8 isort black
To check your plugin for rule violations, run:
black --check .
isort -c .
flake8 .
You can auto-fix some of these issues by running:
isort .
black .
To automatically check for these issues before you commit, you can run
.install-hooks
.
License
Copyright 2022-2023 Felix Schäfer
Released under the terms of the MIT License
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Hashes for pretix-matrix-inviter-1.7.2.tar.gz
Algorithm | Hash digest | |
---|---|---|
SHA256 | cbfd4928eb335ba50f71786d6626415e3cb1d99f81dce7a6e9a6cac5ca3e073a |
|
MD5 | ff74dcc7f2545e09661b05da9b7af9a4 |
|
BLAKE2b-256 | fb8f3bd9a37f260e48063636b83a7898f764e34449b7a18376470bc3b1d75355 |
Hashes for pretix_matrix_inviter-1.7.2-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 8c4e8fcae4e849907d04edd923446e63b8b7c9030fe8d9865a8b22978e0ff317 |
|
MD5 | 93945da305b78a8410984a6563b7d34a |
|
BLAKE2b-256 | 4582eccf186d2f958be3090ed13d5887720a03328130b46ff74b23a379f96fc7 |