Skip to content

Latest commit

 

History

History
20 lines (13 loc) · 611 Bytes

File metadata and controls

20 lines (13 loc) · 611 Bytes

IP Bot - Telegram Bot for IP Address Information

Bot Demo

Overview

IP Bot is a Telegram bot built using the Telebot framework that provides information about IP addresses. With this bot, users can input an IP address, and the bot will return various details related to that IP, such as geolocation, ISP information, and more.

Features

  • Get geolocation information for an IP address.

Installation and Setup

To host your own instance of the IP Bot, follow these steps:

  1. install Telebot -pip install pyTelegramBotAPI

  2. Change "TOKE: "BOT TOKE.

  3. start bot

    • python bot.py