Skip to content

GoogleDeveloperStudentClubs-CYCU/GDSC_Discord_Bot

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Copyright (C) 2024 Chung Yuan Christian University,Taiwan. X Google Developer Groups On Campus Copyright (C) 2024 Google Developer Groups On Campus Taiwan.

GDG On Campus CYCU Discord Bot

Installation

git clone https://github.com/GoogleDeveloperStudentClubs-CYCU/GDSC_Discord_Bot
cd GDSC_Discord_Bot
pip install -r requirements.txt

Usage

  1. Create secrets.json file in the root directory.
  2. 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.

  1. Run the bot
python3 main.py

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages