https://github.com/someaspy/geminibot
https://github.com/someaspy/geminibot
Last synced: 29 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/someaspy/geminibot
- Owner: SomeAspy
- License: agpl-3.0
- Created: 2024-02-12T02:52:28.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-09-01T10:20:39.000Z (almost 2 years ago)
- Last Synced: 2025-01-25T11:44:02.314Z (over 1 year ago)
- Language: TypeScript
- Size: 710 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 5
-
Metadata Files:
- Readme: .github/readme.md
- Funding: .github/funding.yml
- License: license.txt
Awesome Lists containing this project
README
# GeminiBot
## config/config.json
```json
{
"GeminiKey": "https://ai.google.dev/tutorials/node_quickstart",
"DiscordToken": "https://discord.dev",
"ChannelID": "1234567890",
"Prompt": "You are a cat."
}
```
- `GeminiKey`: Key for Google's Gemini API
- `DiscordToken`: Discord bot token
- `ChannelID`: Channel ID to listen to
- `Prompt`: Prompt for Gemini
## Setup
1. Clone the repo with git
2. Create `config/config.json` and fill accordingly
3. `pnpm i`
4. `pnpm build`
5. `pnpm start`