Gemini-API and gemini-pro-bot
These are ecosystem siblings: one provides a reverse-engineered Python interface to Gemini's web API, while the other is a downstream application (Telegram bot) that could use such an interface as its underlying LLM connector.
About Gemini-API
HanaokaYuzu/Gemini-API
✨ Reverse-engineered Python API for Google Gemini web app
Based on the README, here's a technical summary: --- Provides async Python bindings for Gemini's web API with built-in cookie auto-refresh via background tasks, enabling long-lived integrations. Supports streaming responses, image generation/editing, extension-based web search (YouTube, Gmail), and system prompt customization through Gemini Gems—all while parsing structured outputs (text, model thoughts, images) from web responses. Targets always-on services and bots through asyncio-native design with optional automatic client lifecycle management.
About gemini-pro-bot
rabilrbl/gemini-pro-bot
A Python Telegram bot powered by Google's gemini-pro LLM API
Related comparisons
Scores updated daily from GitHub, PyPI, and npm data. How scores work