- Fully customisable.
- Customisable welcome & Forcesub messages.
- More than one Posts in One Link.
- Can be deployed on heroku directly.
- Add the bot to Database Channel with all permission
- Add bot to ForceSub channel as Admin with Invite Users via Link Permission if you enabled ForceSub
BEFORE YOU DEPLOY ON HEROKU, YOU SHOULD FORK THE REPO AND CHANGE ITS NAME TO ANYTHING ELSE
The fastest way to deploy the application is to click the Deploy to Koyeb button below.
git clone https://github.com/CodeXBotz/File-Sharing-Bot
cd File-Sharing-Bot
pip3 install -r requirements.txt
# <Create config.py appropriately>
python3 main.py
/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
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 nameADMINS
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
{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