Go to file
Jannes Höke 9234e3858f add italian translations (big thanks to Carola and nick!) 2016-05-22 23:32:43 +02:00
images add new images 2016-04-20 00:55:31 +02:00
locales add italian translations (big thanks to Carola and nick!) 2016-05-22 23:32:43 +02:00
test add encoding 2016-05-19 23:15:46 +02:00
.gitignore add database file to gitignore 2016-05-22 14:47:26 +02:00
AUTHORS.md move to AGPL (#4) 2016-05-08 14:37:25 +02:00
LICENSE move to AGPL (#4) 2016-05-08 14:37:25 +02:00
README.md update readme 2016-05-19 20:57:32 +02:00
TRANSLATORS.md add italian translations (big thanks to Carola and nick!) 2016-05-22 23:32:43 +02:00
bot.py final version? 2016-05-22 19:21:51 +02:00
card.py add encoding 2016-05-19 23:15:46 +02:00
chat_setting.py add encoding 2016-05-19 23:15:46 +02:00
credentials.py add license information (#4) 2016-05-08 14:38:38 +02:00
database.py add __ function to translate complete stack, add dummy decorators to pull locales from db 2016-05-22 03:13:05 +02:00
deck.py add encoding 2016-05-19 23:15:46 +02:00
errors.py add encoding 2016-05-19 23:15:46 +02:00
game.py final version? 2016-05-22 19:21:51 +02:00
game_manager.py Optional multi-translations 2016-05-22 17:02:27 +02:00
logo.png added logo 2016-03-09 11:31:54 +01:00
player.py draw method reset draw counter on empty deck 2016-05-21 18:55:53 +02:00
results.py final version? 2016-05-22 19:21:51 +02:00
settings.py add italian translations (big thanks to Carola and nick!) 2016-05-22 23:32:43 +02:00
shared_vars.py settings UI added, save locale to database 2016-05-22 14:45:51 +02:00
simple_commands.py final version? 2016-05-22 19:21:51 +02:00
start_bot.py add encoding 2016-05-19 23:15:46 +02:00
user_setting.py settings UI added, save locale to database 2016-05-22 14:45:51 +02:00
utils.py final version? 2016-05-22 19:21:51 +02:00

README.md

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:

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