chessCalc: парсер chess-results.com + FIDE Swiss + Docker
Принимает URL турнира, показывает пары следующего тура в Telegram-формате. - parser.py: парсинг chess-results.com - swiss.py: FIDE Dutch System - display.py: форматирование для Telegram - Docker: docker compose run --rm chess-calc 'URL'
This commit is contained in:
commit
cf7fafd2ba
10 changed files with 1093 additions and 0 deletions
3
requirements.txt
Normal file
3
requirements.txt
Normal file
|
|
@ -0,0 +1,3 @@
|
|||
requests==2.32.3
|
||||
beautifulsoup4==4.12.3
|
||||
rich==13.7.1
|
||||
Loading…
Add table
Add a link
Reference in a new issue