diff --git a/Procfile b/Procfile index b96cada..e6b20d1 100644 --- a/Procfile +++ b/Procfile @@ -1 +1 @@ -worker: python main.py \ No newline at end of file +worker: python index.py diff --git a/main.py b/index.py similarity index 91% rename from main.py rename to index.py index 2f5fe0b..ad70c75 100644 --- a/main.py +++ b/index.py @@ -15,14 +15,14 @@ #Logger Setup logger = logging.getLogger(__name__) -TOKEN = "YOUR_TOKEN_HERE" +TOKEN = "7024280142:AAE6mIYG0B_n5RMRCip1G0M9aMvTdht98Wg" def download(bot, update): message = update.effective_message instagram_post = message.text if instagram_post=="/start": bot.send_chat_action(chat_id=update.message.chat_id, action="typing") - update.message.reply_text("ā¤ļø Thanks For Using Me Just Send Me The Link In Below Format \nšŸ”„ Format :- https://www.instagram.com/p/B4zvXCIlNTw/ \nVideos Must Be Less Then 20MB, For Now It Cannot Support Long IGTV Videos \n\nSupport Group :- @Technology_Arena \nšŸŒ€ Source \nhttps://github.com/TheDarkW3b/instagram", parse_mode=ParseMode.HTML, disable_web_page_preview=True) + update.message.reply_text("ā¤ļø Thanks For Using Me Just Send Me The Link In Below Format \nšŸ”„ Format :- https://www.instagram.com/p/B4zvXCIlNTw/ \nVideos Must Be Less Then 20MB, For Now It Cannot Support Long IGTV Videos \n\nSupport Group :- @SalomovAsliddin_2004 \nšŸŒ€ ", parse_mode=ParseMode.HTML, disable_web_page_preview=True) else: pass if "instagram.com" in instagram_post: