Telegram Bot to store Posts and Documents and it can Access by Special Links. I Guess This Will Be Usefull For Many People.....😇.
- Fully customisable.
- Customisable welcome
- More than one Posts in One Link.
- Can be deployed on heroku directly.
- Add the bot to Database Channel with all permission
BEFORE YOU DEPLOY ON HEROKU, YOU SHOULD FORK THE REPO AND CHANGE ITS NAME TO ANYTHING ELSE
Check This Tutorial Video on YouTube for any Help
Thanks to Erich and his InFoTel for this Video
The fastest way to deploy the application is to click the Deploy to Koyeb button below.
git clone https://github.com/Sachinanand99/File-Sharing-Bot.git
cd File-Sharing-Bot
pip3 install -r requirements.txt
# <Create config.py appropriately>
#if you are using any hosting services use dotenvtemplate.txt for putting environment variables
python3 main.py
/start
- Check whether bot is online 🟢/stats
- Uptime of the bot (admin only) ⏱️/users
- Total users active (admin only) 👥/batch
- To generate the link in batch (admin only) 🔗/genlink
- To generate link (admin only) 🔀/auth
- For using the bot which will send the ID to the owner's DM. The owner will add the admin to config file and restart the bot.
/broadcast
- Reply to any message to broadcast it to all users(owner only)./auth_secret <id>
- (for owner only) when the user is verified for admin and owner restarts the bot, this command will send the user of which the id is written will get a message to join the channel from where he/she can forward message for using the batch command.
API_HASH
Your API Hash from my.telegram.orgAPP_ID
Your API ID from my.telegram.orgTG_BOT_TOKEN
Your bot token from @BotFatherOWNER_ID
Must enter Your Telegram IdCHANNEL_ID
Your Channel ID eg:- -100xxxxxxxxDATABASE_URL
Your mongo db urlDATABASE_NAME
Your mongo db session nameTIME
Time in seconds for message to get delete after downloading fileADMINS
Optional: A space separated list of user_ids of Admins, they can only create linksSTART_MESSAGE
Optional: start message of bot, use HTMLFORCE_SUB_MESSAGE
Optional:Force sub message of bot, use HTML and FillingsFORCE_SUB_CHANNEL
Optional: ForceSub Channel ID, leave 0 if you want disable force subFORCE_SUB_CHANNEL2
Optional: ForceSub Channel ID, leave 0 if you want disable force sub 2, bot may become a bit slower if you add this.PROTECT_CONTENT
Optional: True if you need to prevent files from forwarding
USE_SHORTLINK
Turn this feature on or off using True or FalseSHORTLINK_URL
Your Shortner url api.shareus.io,SHORTLINK_API
shortner api key.VERIFY_EXPIRE
verify expire time in seconds.TUT_VID
Verification tutorial video link. eg: https://t.me/How_to_Download_7x/32
CUSTOM_CAPTION
put your Custom caption text if you want Setup Custom Caption, you can use HTML for formatting (only for documents)DISABLE_CHANNEL_BUTTON
Put True to Disable Channel Share Button, Default if FalseBOT_STATS_TEXT
put your custom text for stats command, use HTMLUSER_REPLY_TEXT
put your text to show when user sends any message, use HTML
{first}
- User first name{last}
- User last name{id}
- User ID{mention}
- Mention the user{username}
- Username
{filename}
- file name of the Document{previouscaption}
- Original Caption
{uptime}
- Bot Uptime
- TG_BOT_TOKEN
- APP_ID
- API_HASH
- DB_URL
- CHANNEL_LINK
- CHANNEL_ID
- OWNER_ID
- OWNER_TAG
Report Bugs, Give Feature Requests at https://github.com/Sachinanand99/File-Sharing-Telegram-bot/issues
- Thanks To Dan For His Awsome Libary
- Thanks to everyone who is on this awesome opensource project.
Star this Repo if you Liked it ⭐⭐⭐