Skip to content

witchscrow/cribot

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 

Repository files navigation

cribot

Installation

Prerequisites

Clone

git clone https://github.com/sneakycrow/cribot.git

Setup

cd cribot

Create a bot account (guide) to get a bot token. Create an environment variable as below. (If you do not want to do this everytime, add this line to .bascrc file)

export DISCORD_TOKEN=token

Virtual environment (optional)

python -m pip install venv
python -m venv cribot-env
source cribot-env/bin/activate

Install dependencies

python -m pip install -r requirements.txt

Usage

Run main.py

python3 main.py

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages