https://github.com/femiwiki/rankingbot
:robot: 랭킹봇
https://github.com/femiwiki/rankingbot
bot
Last synced: 3 months ago
JSON representation
:robot: 랭킹봇
- Host: GitHub
- URL: https://github.com/femiwiki/rankingbot
- Owner: femiwiki
- License: agpl-3.0
- Created: 2016-08-28T13:16:51.000Z (almost 10 years ago)
- Default Branch: main
- Last Pushed: 2024-11-09T04:34:29.000Z (over 1 year ago)
- Last Synced: 2024-11-09T05:25:16.346Z (over 1 year ago)
- Topics: bot
- Language: Python
- Homepage: https://femiwiki.com/w/%EC%82%AC%EC%9A%A9%EC%9E%90:%EB%9E%AD%ED%82%B9%EB%B4%87
- Size: 138 KB
- Stars: 3
- Watchers: 1
- Forks: 2
- Open Issues: 8
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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