A bot for the course SSC0902's (computer architecture and organization) discord server, that answers the most commun questions for the students.
-
Clone the repository:
git clone https://github.com/eduardafneumann/discord-bot.git
-
Enter the sirectory:
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=1123321879038525581&permissions=1024&scope=bot
-
In the open tab, select the server to add.