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

https://github.com/driftywinds/telegram-ai-bot

A barely working Telegram bot that uses Gemini API to talk to you
https://github.com/driftywinds/telegram-ai-bot

ai bot botfather chatbot gemini telegram

Last synced: 11 days ago
JSON representation

A barely working Telegram bot that uses Gemini API to talk to you

Awesome Lists containing this project

README

        

# My Telegram AI bot
A bare bones python Telegram bot that uses Gemini API to talk to you.

Features: -
1) Replies instantly
2) Can analyze images (NOT FILES)
3) It's personalized, and on Telegram
4) Should have working memory too, but haven't extensively tested that yet

How to use: -
1) Download the ```bot.py``` file, and the ```.env``` file and keep them together in the same directory
2) Replace the API Keys in the ```.env``` file with your own
3) OPTIONAL (linux): open a new terminal with tmux or screen
4) Run ```python3 bot.py```