A Telegram bot to fetch whois data
lookupsbot is a bot which allows you to retrieve whois data of a domain name.
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.
- Clone the repo
git clone this repo
- Install packages
yarn
- Run
yarn dev
Block | Var | Required |
---|---|---|
telegram | token | Yes |
telegram | username | No |
mysql | host | No |
mysql | database | No |
mysql | user | No |
mysql | password | No |
The code in this repo and used modules are open-sourced software licensed under the MIT license.