An open API service indexing awesome lists of open source software.

https://github.com/femiwiki/rankingbot

:robot: 랭킹봇
https://github.com/femiwiki/rankingbot

bot

Last synced: 3 months ago
JSON representation

:robot: 랭킹봇

Awesome Lists containing this project

README

          

[rankingbot] [![Github checks status]][github checks link] [![codecov.io status]][codecov.io link]
========
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.

Development
--------
```bash
# 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.

[rankingbot]: https://femiwiki.com/w/%EC%82%AC%EC%9A%A9%EC%9E%90:%EB%9E%AD%ED%82%B9%EB%B4%87
[github checks status]: https://badgen.net/github/checks/femiwiki/rankingbot
[github checks link]: https://github.com/femiwiki/rankingbot/actions
[codecov.io status]: https://badgen.net/codecov/c/github/femiwiki/rankingbot
[codecov.io link]: https://codecov.io/gh/femiwiki/rankingbot
[Femiwiki]: https://femiwiki.com
[`(protect)`]: https://femiwiki.com/w/%ED%8A%B9%EC%88%98:%EA%B6%8C%ED%95%9C%EB%B6%80%EC%97%AC%EB%AA%A9%EB%A1%9D#protect
[GNU Affero General Public License v3.0]: LICENSE
[COPYRIGHT]: COPYRIGHT