Skip to content

thundersquared/lookupsbot

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

84 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

lookupsbot

A Telegram bot to fetch whois data

A bot for what?

lookupsbot is a bot which allows you to retrieve whois data of a domain name.

Tech stack

The bot is written in Node.JS, relies on telegraf to consume Telegram's Bot API and loves werist module that helps gathering whois data.

How to run

  1. Clone the repo
    git clone this repo
    
  2. Install packages
    yarn
    
  3. Run
    yarn dev
    

Config vars

Block Var Required
telegram token Yes
telegram username No
mysql host No
mysql database No
mysql user No
mysql password No

License

The code in this repo and used modules are open-sourced software licensed under the MIT license.