Skip to content

Latest commit

 

History

History
21 lines (16 loc) · 543 Bytes

README.md

File metadata and controls

21 lines (16 loc) · 543 Bytes

Telegram bot (cities game)

  • bot sends the name of an existing city
  • you must respond with a city that starts with the last letter of the city that the bot sent before
  • there are at least 4 strategies to beat the bot
  • points are awarded for each answer
  • the bot can also win the game
  • enjoy

Howto

Prepare

You have to create local_config.py in your ROOT application path with conf parameters like:

telegram_key = 'YOUR TELEGRAM BOT KEY'

Commands

Start: docker-compose up -d Stop: docker-compose up -d