An open API service indexing awesome lists of open source software.

https://github.com/kenny2github/ecebot

A bot to manage course channels & role assignment.
https://github.com/kenny2github/ecebot

discord-py ece uoft

Last synced: 3 months ago
JSON representation

A bot to manage course channels & role assignment.

Awesome Lists containing this project

README

          

# ECEBot
A bot to manage course channels & role assignment.

## Setup
1. Make sure you are `cd`ed into the project directory.
2. `python -m venv .venv`
3. Activate the virtual environment
4. `pip install -U pip setuptools wheel`
5. `pip install -r requirements.txt`
6. `pip install -e .`
7. Put configuration in `config.py`, using `config.pyi` as a reference.

## Running
1. `.venv/bin/python ECEBot` (directly run the package without `-m`)