Este é um bot do telegram feito para checar futuras partidas de futebol de diferentes ligas e competições.
Este projeto foi feito usando Ruby 3+, e a API de bots do Telegram.
Esta aplicação é conteinerizada com Docker, através de um Dockerfile.
- Obtenha um token do bot com o "BotFather", e passe por uma variável de ambiente.
BOT_TOKEN = token_do_bot
- Obtenha uma chave para api de futebol.
- Clone este repositório
git clone https://github.com/OLuwis/ruby-futebol-bot.git
- Inicie o bot
ruby lib/Bot.rb
- Converse com o bot pelo telegram.
This is a Telegram bot made to check upcoming football matches from different leagues and competitions.
This project was built using Ruby 3+ and the Telegram Bot API.
This application is containerized with Docker, using a Dockerfile.
- Obtain a bot token from the "BotFather" and set it as an environment variable.
BOT_TOKEN = bot_token
- Get an API key for football.
- Clone this repository
git clone https://github.com/OLuwis/ruby-futebol-bot.git
- Start the bot
ruby lib/Bot.rb
- Chat with the bot on Telegram.