Netra is a Telegram bot that fetches detailed information about any IP address. It provides access to information about an IP address, including location, ISP, organization, and more.
- Fetch detailed IP information (up to 20 fields).
- Inline buttons for refreshing data and accessing additional resources.
- Customizable welcome message with buttons.
- Easy deployment on hosting platforms like bothosting.net.
- Node.js (v16 or higher)
- A Telegram bot token (obtained from BotFather).
- An API key from ipinfo.io.
- A hosting platform like bothosting.net.
-
fork this repository and star it
-
open botfather on telegram and create a telegram bot. give it any name of your choice and get your
bot token
- Sign up at bothosting.net and create a panel.
- Open ip-info.io and create a free account and get your api key.
- download this repository as a zip file and upload it to your panel on bothosting.net and
unachieve
it.
- open
.env
file and fix your bot token, Whatsapp URL or any url and you api keyTELEGRAM_BOT_TOKEN
IPINFO_API_KEY
WHATSAPP_URL
- Save the changes and start the application.
- The bot should now be live and accessible on Telegram.