Telegram User Bot that plays uno with mau_mau_bot
You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
JerryXiao 8302fce45b
remove unnecessary set_typing calls
4 years ago
LICENSE Add code, Readme and LICENSE 4 years ago
README.md basic usage 4 years ago
bot.py remove unnecessary set_typing calls 4 years ago
card.py Add code, Readme and LICENSE 4 years ago
config.py translations 4 years ago
game.py Add code, Readme and LICENSE 4 years ago
requirements.txt Add code, Readme and LICENSE 4 years ago
schedule_async.py Add code, Readme and LICENSE 4 years ago

README.md

mau_mau_bot_bot

License: GPL v3

This user bot can play uno with other humans. (Python3 only)

Installation

The bot uses Telethon, a Pure Python 3 MTProto API Telegram client library.
Please follow this guide to install Telethon, and create your api id and hash.
Then place your settings in config.py.
Run the bot with python3 bot.py or ./bot.py.

Usage

Add yourself and unobot to a group. Create a new game with /new.
The bot will join the game and play its cards automatically.

Contributing

  • Copyright © 2018 JerryXiao