Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

WhoisBot Logo
A discord bot to verify the whois status of a domain

Requirements

  • Python 3.11 or higher
  • Discord API Token (configure in the .env file)

Installation

  1. Clone the repository:
git clone https://github.com/GuiLopes29/WhoisBot.git
cd WhoisBot

2º Create and activate a virtual environment:

python -m venv venv
source venv/bin/activate  # On Windows use `venv\Scripts\activate`

3º Install the dependencies:

pip install -r requirements.txt

4º Configure the .env file with your Discord token and channel:

DISCORD_TOKEN=your-token-here
DISCORD_CHANNEL=your-channel-id-here

Usage

To start the bot, run:

python main.py

About

A discord bot to inform if a desired domain is available

Resources

Stars

Watchers

Forks

Releases

Packages

Used by

Contributors

Languages