git pull https://github.com/PinJhih/gemini-dc-bot.git
cd gemini-dc-bot
pip install -r requirements.txt
- Create a file named .env
# for example, use the `touch` command touch .env
- Add your Discord Bot Token and Gemini API Key to the .env file:
BOT_TOKEN=<Your Discord Bot Token> GEMINI_API_KEY=<Your Gemini API Key>
- Visit Discord Developer to get your Discord bot token
- Visit Google AI Studio to create a Gemini API Key
python gemini_dc_bot/bot.py
docker build . gemini-dc-bot
docker run gemini-dc-bot