Go to file
2016-04-27 21:47:11 +08:00
images add new images 2016-04-20 00:55:31 +02:00
test fix tests 2016-03-11 10:58:45 +01:00
.gitignore add .idea to gitignore 2016-03-08 02:04:20 +01:00
bot.py Fix issue when joining a closed game, send message via send_async, send message to the sender in same case. 2016-04-27 21:47:11 +08:00
card.py update draw and pass sticker 2016-04-20 00:58:12 +02:00
credentials.py Add empty BOTAN_TOKEN to credentials.py 2016-03-09 11:33:02 +01:00
deck.py Add comments everywhere 2016-03-08 02:50:45 +01:00
game.py moar commands, leave always, asynchronous sending, game switching [untested] 2016-04-26 17:53:29 +02:00
game_manager.py moar commands, leave always, asynchronous sending, game switching [untested] 2016-04-26 17:53:29 +02:00
LICENSE Initial commit 2016-02-10 13:22:05 +01:00
logo.png added logo 2016-03-09 11:31:54 +01:00
player.py Change to start number of cards from 2 to 7 2016-04-27 00:20:15 +08:00
README.md update ptb version 2016-04-19 02:40:27 +02:00
start_bot.py Some refactoring, sorting out a few bugs and fix rules 2016-03-07 23:50:39 +01:00

UNO Bot

Telegram Bot that allows you to play the popular card game UNO via inline queries. The bot currently runs as @mau_mau_bot

To run the bot yourself, you will need:

  • Python (tested with 3.4)
  • The python-telegram-bot module (currently using dispatcher-rework beta branch)

Get a bot token from @BotFather, place it in credentials.py and run the bot with python3 bot.py

Code documentation is minimal but there