A discord bot to verify the whois status of a domain
- Python 3.11 or higher
- Discord API Token (configure in the
.envfile)
- Clone the repository:
git clone https://github.com/GuiLopes29/WhoisBot.git
cd WhoisBot2º 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.txt4º Configure the .env file with your Discord token and channel:
DISCORD_TOKEN=your-token-here
DISCORD_CHANNEL=your-channel-id-hereTo start the bot, run:
python main.py