A bot that calculates the rankings of users with high contributions and displays them on the front page of the Femiwiki.
You have to grant (protect) permission to the bot.
# Run
export RANKINGBOT_PASSWORD=xxxxxxxx
uv run rankingbot
# Test
uv run pytest
# Lint
uv run flake8
# Packaging
uv build
The source code of rankingbot is primarily distributed under the terms of the GNU Affero General Public License v3.0 or any later version. See COPYRIGHT for details.