If you need any more modes in repo or If you find out any bugs, mention in sᴜᴘᴘᴏʀᴛ ᴄʜᴀᴛ ➻ ᴍɪᴋᴇʏ
- 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
git clone https://github.com/Codeflix-Bots/FileStore/tree/multi-fsub # Install Packages pip3 install -U -r requirements.txt Edit info.py with variables as given below then run bot python3 bot.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.org
- APP_ID Your API ID from my.telegram.org
- TG_BOT_TOKEN Your bot token from @BotFather
- OWNER_ID Must enter Your Telegram Id
- CHANNEL_ID Your Channel ID eg:- -100xxxxxxxx
- DATABASE_URL Your mongo db url
- DATABASE_NAME Your mongo db session name
- ADMINS Optional: A space separated list of user_ids of Admins, they can only create links
- START_MESSAGE Optional: start message of bot, use HTML and fillings
- FORCE_SUB_MESSAGEOptional:Force sub message of bot, use HTML and Fillings
- FORCE_SUB_CHANNEL_1 Required: 1st ForceSub Channel ID
- FORCE_SUB_CHANNEL_2 Required: 2nd ForceSub Channel ID
- FORCE_SUB_CHANNEL_3 Required: 3rd ForceSub Channel ID
- FORCE_SUB_CHANNEL_4 Required: 4th ForceSub Channel ID
- PROTECT_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 False
- BOT_STATS_TEXT put your custom text for stats command, use HTML and fillings
- USER_REPLY_TEXT put your text to show when user sends any message, use HTML
/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