inigomartinez / carcassonne-spain-telegram-bot

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

πŸ€– 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

About

License:GNU General Public License v3.0


Languages

Language:Vim Script 59.3%Language:Python 37.2%Language:Dockerfile 3.4%Language:Procfile 0.1%