https://github.com/alerrad/pocket-wars
Handy telegram bot for codewars
https://github.com/alerrad/pocket-wars
aiogram codewars python telegram-bot
Last synced: 4 months ago
JSON representation
Handy telegram bot for codewars
- Host: GitHub
- URL: https://github.com/alerrad/pocket-wars
- Owner: alerrad
- License: mit
- Created: 2023-07-07T07:15:53.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2023-07-20T16:46:58.000Z (almost 2 years ago)
- Last Synced: 2025-01-14T09:54:05.836Z (5 months ago)
- Topics: aiogram, codewars, python, telegram-bot
- Language: Python
- Homepage: https://t.me/pocketwars_bot
- Size: 130 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
#
Codewarrior bot
Handy codewars telegram bot, can track personal progress, achievements, suggest & search for katas and many more!
## Why telegram?
One of the most popular messangers in CIS countries with large & easy to use bot ecosystem
## Usage
Bot's functionality depends on codewars API, so just use specified commands below (Some of them work only in group chats!).
### Commands
- `/warrior :username` - get personal info of @username
- `/completed :username` - get list of completed katas of @username
- `/badge :username` - get rank badge of @username
- `/random_kata` - get any random kata (**INACCESSIBLE** cw API doesn't have this route yet)#### **Group chat commands**
- `/leaderboard` - get a leaderboard of registered chat members
- `/regme` - add your cw account for stats
- `/unregme` - remove your cw account from stats## Contribution
Feel free to contribute to this project any time!
Just follow the prepared steps in [Contribution docs](./docs/CONTRIBUTION.md)
## Licence
This project is licensed under the [MIT license](./LICENSE)