Skip to content

Latest commit

 

History

History
44 lines (38 loc) · 1.18 KB

README.md

File metadata and controls

44 lines (38 loc) · 1.18 KB

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.