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.
- Host: GitHub
- URL: https://github.com/kenny2github/ecebot
- Owner: Kenny2github
- License: mit
- Created: 2022-11-27T22:24:19.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2024-12-18T19:53:58.000Z (over 1 year ago)
- Last Synced: 2025-08-22T14:46:51.032Z (8 months ago)
- Topics: discord-py, ece, uoft
- Language: Python
- Homepage:
- Size: 103 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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`)