A simple Telegram bot I made to get some information about an IP address from anywhere in the world.
Go to file
Bash 9969428abb Update 'README.md' 2022-09-04 20:10:01 +00:00
README.md Update 'README.md' 2022-09-04 20:10:01 +00:00
app.py Initial commit 2022-09-04 16:53:28 -03:00
config.py Initial commit 2022-09-04 16:53:28 -03:00
requirements.txt Initial commit 2022-09-04 16:53:28 -03:00

README.md

IP Locator

USAGE:

You will need Python 3+ in order to work properly.

Install dependencies:

pip install -r requirements.txt

Open config.py and insert the required data:

  • Your Telegram user id.
  • Your bot's token provided by BotFather.
  • An API key from any lookup service(you may need to change the code.)

I personally used https://ipgeolocation.io/ free API service limited by 1000 daily requests.