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- Create the .env file from the sample and add your tokens:
cd ipregion_bot && cp .env.sample .env && nano .env- Build the Docker image and start the container:
docker compose build && docker compose up -d && docker compose logs -f