A Telegram Bot, Which Can Send You Restricted Content By It's Post Link With Login Feature.
Added TG Account Protection Security To Prevent Account From Ban Issue, Not Totally But Now TG Account Ban Chance Is Low.
Watch Video Tutorial - Click Here
LOGIN_SYSTEM: Set True or False As per your need.STRING_SESSION: Your Tg Account Session String, if login is False then this variable is compulsory to fill. (⚠️ Warning - Give string session on deploy website environment variable, don't give in repo )API_HASH: Your API Hash From Telegram Website Watch Video TutorialAPI_ID: Your API ID From Telegram Website Watch Video TutorialBOT_TOKEN: Your Bot Token From BotFather (⚠️ Warning - Give Bot Token on deploy website environment variable, don't give in repo )ADMINS: Your Admin Id For Broadcasting MessageCHANNEL_ID: Your Channel Id On Which Bot Upload Downloaded Content. ( And Make Your Bot Admin In This Channel With Full Rights )DB_URI: Your Mongodb Database Url From Mongodb Watch Video Tutorial (⚠️ Warning - Give Db Url on deploy website environment variable, don't give in repo )WAITING_TIME: Increase Time To Avoid Spamming, Floodwait and Tg Account Ban Issue.ERROR_MESSAGE: Set True Or False, If You Want Error Message Then True Else False.
/start: Check Bot Is Working Or Not/help: Check How To Use Bot/login: Login Your Telegram String Session/logout: Logout Your Session/cancel: Cancel Your Any Ongoing Task/broadcast: Broadcast Message To User (Admin Only)
FOR PUBLIC CHATS
just send post/s link
FOR PRIVATE CHATS
first send invite link of the chat (unnecessary if the account of string session already member of the chat) then send post/s link
FOR BOT CHATS
send link with '/b/', bot's username and message id, you might want to install some unofficial client to get the id like below
https://t.me/b/botusername/4321
MULTI POSTS
send public/private posts link as explained above with formate "from - to" to send multiple messages like below
https://t.me/xxxx/1001-1010
https://t.me/c/xxxx/101 - 120
note that space in between doesn't matter
- Thanks To BipinKrish For Base Repo
 - Thanks To Tech VJ For Modification.