https://github.com/vespr0/alfredo
https://github.com/vespr0/alfredo
discord-bot discord-py docker docker-compose gemini gemini-api gemini-flash
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/vespr0/alfredo
- Owner: Vespr0
- Created: 2024-09-13T10:53:02.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2024-11-12T12:30:33.000Z (11 months ago)
- Last Synced: 2025-07-09T16:05:53.009Z (3 months ago)
- Topics: discord-bot, discord-py, docker, docker-compose, gemini, gemini-api, gemini-flash
- Language: Python
- Homepage:
- Size: 5.86 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# ALFREDO
A discord bot that interacts with other users by reading text, images and videos.
It uses the gemini api.
# Setup
**1.** Create a `.env` file using `.env.example` as a guide.
**2.** Fill `.env` file with the bot token and the google api key, both free. If you don't know how to read `.env.example`
**3.** Modify the prompt in `.env` as you see fit.
**4.** Install Docker Desktop if you need to run this on Windows or find a guide on how to install Docker for your linux distro.
**3.** Run `docker-compose up --build` in the root directory.