Contact: Telegram
Update: This bot is updated with login functionalities, custom rename tag adding, log group, caption changing and and many more scroll down to last to see the latest update i.e. on 28 June 2024.
- Able to extract the content the from private or public enntities/channels/group
- direct rename and forward to channel/group/users
- Custome caption/thumbnail
- auto default thumbnail removal from videos
- Deleting/Replacing words from file name and caption
- Easy to use and deploy
- auto pin messages(if they are pinned)
- login via phone number
- Able to download Youtube videos + 30 more sites supported via
/dl
command
Bot link - CLICK HERE
A stable telegram bot to get restricted messages from group/channel/bot with custom thumbnail support , made by TEAM SPY This bot can run in channels directly.
How to get vars - TEAM SPY
-
BOT TOKEN
: @Botfather on telegram -
OWNER_ID
: Go to @missrose_bot, start and send /info to get your id -
FORCESUB
: Before starting building bots create a public channel and get the username without '@'Make bot admin in that channel. -
LOG_GROUP
: Get is by copying any post link and extract value just afterhttps:t.me/c/
and next/
then after put-100
before it. Make bot ADMIN in that channel or group. -
API_ID
andAPI_HASH
: Telegram.org -
MONGO_DB
: Create new mongo db it is not recommended to use the default one if you dont know how to create you can use otherwise dont use bcz it may lead to account hack/deletion through session.
Deploying Guide - TEAM SPY
Easy Method:
- Fork and star the repo
- Go to main then edit
config.py
as below - Put respective values in
""
and save.
API_ID = int(getenv("API_ID", ""))
API_HASH = getenv("API_HASH", "")
BOT_TOKEN = getenv("BOT_TOKEN", "")
OWNER_ID = int(getenv("OWNER_ID", ""))
MONGODB_CONNECTION_STRING = getenv("MONGO_DB", "")
LOG_GROUP = int(getenv("LOG_GROUP", ""))
FORCESUB = getenv("FORCESUB", "")
- Now run following commands one by one...
sudo apt update
sudo apt install ffmpeg git python3-pip
git clone your_repo_link
cd you_repo_name
pip3 install -r requirements.txt
python3 -m ggn
- if you want bot to be running in background then enter
screen -S gagan
beforepython3 -m ggn
- after
python3 -m ggn
, clickctrl+A
,ctrl+D
- if you want to stop bot, then enter
screen -r gagan
and to kill screen enterscreen -S gagan -X quit
.
» Method - 1:
» Method - 2:
- Star the repo, rate and fork it in desktop mode
- create app in heroku
- go to settings of
app›› reveal config vars››
add all variables as shown above by typing their correct name and value. - add buildpacks i.e.
python
andhttps://github.com/jonathanong/heroku-buildpack-ffmpeg-latest.git
- connect to github and deploy
- turn on dynos
- Note: you must add buildpack in heroku to get the original video thumbnail and to remove already set thumbnail otherwise you will get black video How to add?
- Go to heroku settings
- scroll down and click add buildpack
- now paste following link i.e
https://github.com/jonathanong/heroku-buildpack-ffmpeg-latest.git
in input bar and click add buildpack - Now go back and redeploy
- Fork and star the repo
- edit
config.py
same as guided for VPS deployment (you can edit on render also by filling enviroment variables) - Go to render.com and singup/signin
- create new web service and select free plan
- connect github and your repository
- Click Deploy
- Done ✅
- Fork and star the repo
- edit
config.py
same as guided for VPS deployment (you can edit on koyeb also by filling enviroment variables) - Go to koyeb.com and singup/signin
- create new web service make sure you must choose build type
Dokerfile
because in Koyeb as a default it is checked tobuildpacks
so you have to change that. - connect github and your repository
- Click Deploy
- Done ✅
Visit Terms and accept the guidelines.
Last update 8 JULY 2024
You can copy and paste the following commands into @BotFather:
start - ✅ Check if I am alive!
batch - 😎 batch method
dl - 🎞 Download videos from YouTube, Xsite, Instagram, Amazon Mini TV, Pinterest, LinkedIn, Internet Archive, etc. /dl <link>
login - login via phone number
auth - authorize users
unauth - revoke access
settings - Get all settings in a single command for rename, replace delete, setchat everything
broadcast - send message to bot users
session - generate Pyrogram V2 session
plan - 💰 Learn about premium plan details
terms - 📋 View the bot's terms and conditions
stats - 📊 Check the statistics
speedtest - 🔴 Check speed (Only for sudo users)
get - 🙃 Get a list of current users
list - 🍏 List authorized users
lock - ⚡ Add channels to the protected list to prevent extraction
pro - 💎 Add session to save restricted files from private chats/bots
noob - 😭 Delete the Pro activation
host - ☁️ Host your own SRC Bot
unhost - 🌨️ Unhost the SRC and FWD Bot
help - 😧 Get command help
cancel - ❌ Cancel ongoing process
Note: Changing the terms and commands doesn't magically make you a developer. Real development involves understanding the code, writing new functionalities, and debugging issues, not just renaming things. If only it were that easy!