Skip to content

amanTHEBreaker/Telegram-Gemini-Chatbot

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation


Simple Gemini backed based Telegram Bot

✨ Features

  • Telegram Bot
  • Gemini Bot

🛠 Commands:

  • /start (query) - Start
  • /stream (help) - Info about the Bot

Heroku Deployment 💜

The easy way to host this bot, deploy to Heroku, Change the app country to Europe (it will help to make the bot stable).

Deploy

VPS Deployment 📡

Get the best Quality of streaming performance by hosting it on VPS, here's the step's:

sudo apt update && apt upgrade -y
sudo apt install git curl python3-pip ffmpeg -y
pip3 install -U pip
curl -sL https://deb.nodesource.com/setup_16.x | bash -
sudo apt-get install -y nodejs
npm i -g npm
git clone https://github.com/amanTHEBreaker/Telegram-Gemini-Chatbot # clone the repo.
cd Telegram-Gemini-Chatbot
pip3 install -U -r requirements.txt
py bot.py # run the bot.

# continue the host with screen or anything else, thanks for reading.

Credits 💖

Support & Updates 🎑