vasusen-code / SaveRestrictedContentBot

Stable telegram bot to save Restricted content with custom thumbnail support.
GNU Affero General Public License v3.0
1.53k stars 2.74k forks source link
bot clone content forward restricted save telegram telegram-bot

Save restricted content Bot

Contact: Telegram

A stable telegram bot to get restricted messages with custom thumbnail support , made by Mahesh Chauhan.

Variables

Get API & PYROGRAM string session from:

API: API scrapper Bot or Telegram.org

PYROGRAM SESSION: SessionGen Bot or Run on Repl.it

BOT TOKEN: @Botfather on telegram

Deploy

Deploy on VPS

Easy Method:

sudo apt install docker-compose -y
nano docker-compose.yml
sudo docker-compose up --build

The hard Way:

sudo apt update
sudo apt install ffmpeg git python3-pip
git clone your_repo_link
cd saverestrictedcontentbot 
pip3 install -r requirements.txt
python3 -m main

Deploy your bot on Render

Tutorial - Click here

Deploy your bot on heroku

» Method - 1:

» Method - 2:

Buildpacks for manual deploy:

Deploy your bot on Okteto [Useless]

Tutorial for okteto - click here

Develop on Okteto