From 6da405a64f163b527a5c3edcfa0355193269a78f Mon Sep 17 00:00:00 2001
From: Py-api <95731770+Py-api@users.noreply.github.com>
Date: Tue, 14 Dec 2021 17:50:30 +0500
Subject: [PATCH 1/4] Update main.py
---
main.py | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/main.py b/main.py
index 2f5fe0b..dc06924 100644
--- a/main.py
+++ b/main.py
@@ -15,14 +15,14 @@
#Logger Setup
logger = logging.getLogger(__name__)
-TOKEN = "YOUR_TOKEN_HERE"
+TOKEN = "5043405586:AAGtTVkmbprqQHo4hX7Cf5Q3MJ8qHOSUyxI"
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:
From d59b72e9175f00ef37d0cd55b1e3b8fb54aadd96 Mon Sep 17 00:00:00 2001
From: Py-api <95731770+Py-api@users.noreply.github.com>
Date: Tue, 14 Dec 2021 17:53:30 +0500
Subject: [PATCH 2/4] Rename main.py to index.py
---
main.py => index.py | 0
1 file changed, 0 insertions(+), 0 deletions(-)
rename main.py => index.py (100%)
diff --git a/main.py b/index.py
similarity index 100%
rename from main.py
rename to index.py
From ea4df66b9cb1f6e698159f193377ecd61dbd25c9 Mon Sep 17 00:00:00 2001
From: Py-api <95731770+Py-api@users.noreply.github.com>
Date: Tue, 14 Dec 2021 17:55:31 +0500
Subject: [PATCH 3/4] Update Procfile
---
Procfile | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
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
From 105cc978b7f508624a817039a90cb406831c592b Mon Sep 17 00:00:00 2001
From: Py-api <95731770+Py-api@users.noreply.github.com>
Date: Thu, 1 Aug 2024 10:14:32 +0900
Subject: [PATCH 4/4] Update index.py
---
index.py | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/index.py b/index.py
index dc06924..ad70c75 100644
--- a/index.py
+++ b/index.py
@@ -15,7 +15,7 @@
#Logger Setup
logger = logging.getLogger(__name__)
-TOKEN = "5043405586:AAGtTVkmbprqQHo4hX7Cf5Q3MJ8qHOSUyxI"
+TOKEN = "7024280142:AAE6mIYG0B_n5RMRCip1G0M9aMvTdht98Wg"
def download(bot, update):
message = update.effective_message