This is a plugin for pretalx.
pip install swarm-pretalx
This plugin uses the Github api to post data to Swarm. You will need write access to this repository https://github.com/datafund/web_devconagenda as well as your Github credentials. Credentials need to be put in an .env file as follows:
GITHUB_TOKEN = mytokenstring
GITHUB_USERNAME = 'My Github Name'
GITHUB_EMAIL = '[email protected]'
The plugin will look for the .env file in the root (Swarm-plugin) directory, which is the directory that also contains setup.py, Makefile etc.
- Make sure that you have a working pretalx development setup.
- Clone this repository, eg to
local/swarm-plugin
. - Activate the virtual environment you use for pretalx development.
- Execute
pip install -e .
within this directory to register this application with pretalx's plugin registry. - Execute
make
within this directory to compile translations. - Restart your local pretalx server. You can now use the plugin from this repository for your events by enabling it in the 'plugins' tab in the settings.
Copyright 2022 cmdctrlesc
Released under the terms of the Apache License 2.0