/carcassonne-spain-telegram-bot

Primary LanguageVim ScriptGNU General Public License v3.0GPL-3.0

🤖 carcassonne-spain-telegram-bot

Send updates about Carcassonne Spain league to Telegram groups.

Bot demo

📦 Setup

Telegram bot

You need to create a Telegram bot in case you don't have one:

  1. Open a chat with BotFather.
  2. Type /newbot and follow BotFather instructions.

Once you are done, edit config.yml and fill your Telegram token.

Dependencies

$ pip install --no-cache-dir -r requirements.txt

Or using Docker:

$ docker build -t carcassonnespain .

🚀 Usage

$ bin/bot

Again, if you prefer to use Docker:

$ docker run carcassonnespain

Once it is running, go to the Telegram application and add the bot to any group you want. It will start to send daily updates to all the groups.

👷 Contributing

Not much to do here.

In any case, if you want to change something simply check the bot file.

📜 License

GPL v3