Skip to content

rileycalhoun/VerificationBot

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

VerificationBot v1.0

Run with Docker

Requirements

Docker

Installation

  1. Clone the repository:

    git clone https://github.com/RileyCalhoun/VerificationBot && cd VerificationBot

  2. Create a .env file and put your bot token inside as BOT_TOKEN

  3. Build the image:

    docker build -t verificationbot .

  4. Run the container:

    docker run -d --name verificationbot verificationbot:latest

Run without Docker

Requirements

Pyhon 3,8, Pip

Installation

  1. Ensure your PIP version is up-to-date:

    python3.8 -m pip install --upgrade pip

  2. Clone the repository:

    git clone https://github.com/RileyCalhoun/VerificationBot && cd VerificationBot

  3. Create a .env file and put your bot token inside as BOT_TOKEN

  4. Install the necessary dependencies:

    python3.8 -m pip install -U discord.py python-dotenv

  5. Run the program:

    python3.8 -u ./index.py

About

A Verification Bot for Discord written in Python.

Resources

Stars

Watchers

Forks

Packages

No packages published