A bot for the course SSC0902's (computer architecture and organization) discord server, that answers the most common questions for the students, as well as supporting their study with exercises about every topic in the course.
Developed in association with Eduarda Neumann and João Gabriel Nazar
-
Clone the repository:
git clone https://github.com/LuisHDantas/discord-bot.git
-
Enter the directory:
cd discord-bot
-
Create a virtual enviroment:
python3 -m venv venv
-
Activate the virtual enviroment:
source venv/bin/activate
-
Install the dependencies:
pip install -r requirements.txt
-
Run:
python src/main.py
-
Acess the link
https://discord.com/api/oauth2/authorize?client_id=491404792778719242&permissions=8&scope=bot
-
In the open tab, select the server to add.
- On main.py, make sure to set "DISCORD_TOKEN" to your developer token, otherwise an error will occur ("Invalid Token").