A simple Telegram bot that detects the geographic region of any given IP address.
Try it out here: @ipregion_bot.
- Clone the repository:
git clone https://github.com/Davoyan/ipregion_bot.git- Add your tokens to the .env file:
cd ipregion_bot && nano .env- Build the Docker image and start the container:
docker compose build && docker compose up -d && docker compose logs -f