Telegram Bot to store posts and documents accessible via special links.
File Sharing Token Bot is a Telegram bot designed to store posts and documents, accessible through special links. This bot provides a convenient way to manage and share content within Telegram.
- Store posts and documents.
- Access content via special links.
- Easy to deploy and customize.
- Token Verifiction
- Auto Deletion
To deploy the bot, follow these steps:
- Add the bot to a database channel with all permissions.
- Add the bot to the ForceSub channel as an admin with "Invite Users via Link" permission if ForceSub is enabled.
Click the button below to deploy the bot on Heroku:
For a detailed deployment guide, watch this tutorial video.
Click the button below to deploy the bot on Koyeb:
git clone https://github.com/sahildesai07/file-sharing-token-bot
cd file-sharing-token-bot
pip3 install -r requirements.txt
# <Create config.py appropriately>
python3 main.py
🔧 Admin Commands
start - start the bot or get posts
batch - create link for more than one posts
genlink - create link for one post
users - view bot statistics
broadcast - broadcast any messages to bot users
stats - checking your bot uptime
🛠️ Variables
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:- -100xxxxxxxxDB_URI
Your mongo db url tutorial video.DB_name
Your mongo db session name ( random )ADMINS
Optional: A space separated list of user_ids of Admins, they can only create linksSTART_MESSAGE
Optional: start message of bot, use HTML and fillingsFORCE_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 subPROTECT_CONTENT
Optional: True if you need to prevent files from forwarding
CUSTOM_CAPTION
put your Custom caption text if you want Setup Custom Caption, you can use HTML and fillings 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 HTML and fillingsUSER_REPLY_TEXT
put your text to show when user sends any message, use HTML
IS_VERIFY
= Default : "True" (if you want off : False )SHORTLINK_URL
= Your shortner Url ( ex. "api.shareus.io")SHORTLINK_API
= Your shortner API (ex. "PUIAQBIFrydvLhIzAOeGV8yZppu2")VERIFY_EXPIRE
= ( ex. 86400)) # Add time in seconds
{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
💬 Support Join Our Telegram Group For Support/Assistance And Our Channel For Updates.
Report Bugs, Give Feature Requests There..
🎉 Credits
Thanks to Dan for his awesome library. Libary Our support group members.
FILE-SHARING-BOT is Free Software: You can use, study share and improve it at your will. Specifically you can redistribute and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version.
Star this Repo if you Liked it ⭐⭐⭐