Skip to content

Commit

Permalink
Merge pull request jh0ker#8 from jh0ker/fix-code
Browse files Browse the repository at this point in the history
Fix code
  • Loading branch information
jh0ker committed May 22, 2016
2 parents 733511a + d857b05 commit 3b29310
Show file tree
Hide file tree
Showing 24 changed files with 2,271 additions and 515 deletions.
5 changes: 4 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ coverage.xml

# Translations
*.mo
*.pot
# *.pot

# Django stuff:
*.log
Expand All @@ -63,3 +63,6 @@ target/

# PyCharm
.idea

# Database file
uno.sqlite3
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ Telegram Bot that allows you to play the popular card game UNO via inline querie

To run the bot yourself, you will need:
- Python (tested with 3.4 and 3.5)
- The [python-telegram-bot](https://github.com/python-telegram-bot/python-telegram-bot) module version 4.0.3
- The [python-telegram-bot](https://github.com/python-telegram-bot/python-telegram-bot) module version 4.1.1

Get a bot token from [@BotFather](http://telegram.me/BotFather), place it in `credentials.py` and run the bot with `python3 bot.py`

Expand Down
Loading

0 comments on commit 3b29310

Please sign in to comment.