Skip to content

This is a simple Telegram Bot which will produce WHOIS data for a given domain. ๐Ÿ˜…

License

Notifications You must be signed in to change notification settings

abhint/WHOIS-Telegram-Bot

Folders and files

NameName
Last commit message
Last commit date

Latest commit

ย 

History

17 Commits
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 

Repository files navigation

WHOIS Telegram Bot

Installation

  1. Clone the project repository
// With HTTPS
$ git clone https://github.com/abhint/WHOIS-Telegram-Bot.git
// With SSH
$ git clone git@github.com:abhint/WHOIS-Telegram-Bot.git
// With GitHub CLI
$ gh repo clone abhint/WHOIS-Telegram-Bot
  1. Install Requirements
$ pip3 install -r requirements.txt

Add your bot details

An example config.py file could be:

class TeleInfo():
    API_ID = 1234567 #Add your API_ID from https://my.telegram.org/apps
    API_HASH = 'bc4811980930ad49d7f8e2b024f7cf13' #Add your Bot token from @Botfather
    BOT_TOKEN = '1991308069:tU1gaAyvgAAGgo3F2AI2J7nxcqvkwoTCrpY' #add your API_HASH from https://my.telegram.org/apps

Go and get the bot token @BotFather

click the link to get your app id & api_hash my.telegram.org

Run your Bot

$ python3 -m bot

Deploy

Deploy

Credits, and Thanks to

LICENSE

  • GPLv3

About

This is a simple Telegram Bot which will produce WHOIS data for a given domain. ๐Ÿ˜…

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Languages