Skip to content

Latest commit

 

History

History
45 lines (32 loc) · 1.39 KB

README.md

File metadata and controls

45 lines (32 loc) · 1.39 KB


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 🎑