Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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.

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`