Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/vignesh010101/gemini-bot
Simple Bot Using Gemini API.
https://github.com/vignesh010101/gemini-bot
Last synced: 3 days ago
JSON representation
Simple Bot Using Gemini API.
- Host: GitHub
- URL: https://github.com/vignesh010101/gemini-bot
- Owner: Vignesh010101
- License: mit
- Created: 2024-05-31T15:38:41.000Z (7 months ago)
- Default Branch: main
- Last Pushed: 2024-05-31T15:40:03.000Z (7 months ago)
- Last Synced: 2024-11-06T12:18:12.146Z (about 2 months ago)
- Language: Python
- Size: 5.86 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Gemini-Bot
Simple bot that stores every chat message in an array, and passes them as a prompt to Google Gemini API.
Uses API keys rotation to bypass RPM limits, just ensure that your keys are from different projects in Google Cloud.Install modules with:
`pip3 install telebot requests`Then run with
`python3 pybot.py`