Copyright (C) 2024 Chung Yuan Christian University,Taiwan. X Google Developer Groups On Campus Copyright (C) 2024 Google Developer Groups On Campus Taiwan.
git clone https://github.com/GoogleDeveloperStudentClubs-CYCU/GDSC_Discord_Bot
cd GDSC_Discord_Bot
pip install -r requirements.txt
- Create
secrets.json
file in the root directory. - Fill in the
secrets.json
file with the following content
{
"discord_bot_token": "YOUR_DISCORD_BOT_TOKEN",
"gemini_api_key": "YOUR_GEMINI_API_KEY"
}
The Discord bot token can be obtained by creating a new bot in the Discord Developer Portal.
The Gemini API key can be obtained on AI Studio.
- Run the bot
python3 main.py