This is a simple telegram bot for weather informing.
– https://github.com/reo7sp/tgbot-cpp.git // API for Telegram
– https://www.weatherapi.com // Weather data
Dockerfile
: Contains the instructions to build the Docker image.config.json
: Configuration file for the project. Add your API tokens.main.cpp
: Main source file for the project.
To get started, you need to:
- Add API tokens(Telegram and weatherAPI) to config.json.
- Install Docker on your system.
Follow these steps to build and run the project:
docker build -t weather_tg_bot .
docker run weather_tg_bot
This project is licensed under the MIT License. See the LICENSE file for details.