Contact: Telegram
A stable telegram bot to get restricted messages with custom thumbnail support , made by Mahesh Chauhan.
t.me/b/bot_username/message_id
(use plus messenger for message_id)/batch
- (For owner only) Use this command to save upto 100 files from a pvt or public restricted channel at once./cancel
- Use this to stop batchAPI_ID
API_HASH
SESSION
BOT_TOKEN
AUTH
- Owner user idFORCESUB
- Public channel username without '@'. Don't forget to add bot in channel as administrator. API: API scrapper Bot or Telegram.org
PYROGRAM SESSION: SessionGen Bot or
BOT TOKEN: @Botfather on telegram
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
screen -S srcb
before python3 -m main
python3 -m main
, click ctrl+A, ctrl+Dscreen -r srcb
and to kill screen enter screen -S srcb -X quit
.Deploy your bot on Render
Tutorial - Click here
Deploy your bot on heroku
» Method - 1:
» Method - 2:
Buildpacks for manual deploy:
heroku/python
https://github.com/jonathanong/heroku-buildpack-ffmpeg-latest.git
Deploy your bot on Okteto
[Useless]
Tutorial for okteto - click here