pip install -r requirements.txt
python main.py
- Use /open_21 to open a room
- Use /start_21 to start a game
- Get card / pass by using inline
- End the game by using /end_21
- Close the room by using /close_21
- /help - show this message
- /open_21 - open a room
- /join_21 - join a room
- /kick_21 - kick player in room
- /start_21 - start a game (bot : bot pick , ran : random select)
- /end_21 - end a game
- /leave_21 - leave a room
- /close_21 - close a room
- /stats_21 - show player stats
- /board_21 - show leaderboard
- /room_21 - show room stats
- rain2wood for giving suggestion and inspiration
- CCN0807 for giving suggestion and inspiration
- telebot for using the api service
- pymongo for accessing the mongodb
Yay finally finish the code