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
- Host: GitHub
- URL: https://github.com/driftywinds/telegram-ai-bot
- Owner: driftywinds
- License: mit
- Created: 2025-02-10T04:22:57.000Z (3 months ago)
- Default Branch: main
- Last Pushed: 2025-02-14T05:34:12.000Z (3 months ago)
- Last Synced: 2025-05-08T05:02:51.419Z (16 days ago)
- Topics: ai, bot, botfather, chatbot, gemini, telegram
- Language: Python
- Homepage:
- Size: 27.3 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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 yetHow 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```