This is a plugin for pretalx. It adds a new, final CfP step with the FriendlyCaptcha captcha, in order to reduce spam, using FriendlyCaptcha v0.9.17.
You need a FriendlyCaptcha account and subscription to use this plugin.
- Make sure that you have a working pretalx development setup.
- Clone this repository, eg to
local/pretalx-friendlycaptcha. - Install the plugin and its development dependencies with
uv pip install -e '.[dev]'. - Restart your local pretalx server. This plugin should show up in the plugin list shown on startup in the console. You can now use the plugin from this repository for your events by enabling it in the 'plugins' tab in the settings.
This plugin uses ruff for linting and formatting. To check and fix code style:
just fmt
To run the test suite:
just test
Copyright 2024 Tobias Kunze
Released under the terms of the Apache License 2.0