From c055b2d2e86f59f646f630179c21bf87cedd10be Mon Sep 17 00:00:00 2001 From: WOODcraft <121882568+SudoR2spr@users.noreply.github.com> Date: Thu, 20 Jun 2024 07:16:50 +0530 Subject: [PATCH] =?UTF-8?q?Text-leech-bot=20=F0=9F=94=A7?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit #Update Text-leech-bot Repo 🔧 🌄 Now send the Thumb Telegraph url img Link change Msg:- Deploy successfully ✅ --- .github/AshutoshGoswami24 | 28 +++++++++++++++++----------- 1 file changed, 17 insertions(+), 11 deletions(-) diff --git a/.github/AshutoshGoswami24 b/.github/AshutoshGoswami24 index 0492954..e0edf5d 100644 --- a/.github/AshutoshGoswami24 +++ b/.github/AshutoshGoswami24 @@ -25,7 +25,7 @@ "colab_type": "text" }, "source": [ - "\"Open" + "\"Open" ] }, { @@ -41,13 +41,13 @@ "import shutil\n", "from IPython.display import clear_output\n", "\n", - "#@title

𝗧𝗘𝗫𝗧-𝗟𝗘𝗘𝗖𝗛-𝗕𝗢𝗧\n", - "# @markdown
\n", - "# @markdown

𝗧𝗘𝗫𝗧-𝗟𝗘𝗘𝗖𝗛-𝗕𝗢𝗧

\n", + "#@title

𝗧𝗘𝗫𝗧-𝗟𝗘𝗘𝗖𝗛-𝗕𝗢𝗧 { display-mode: \"form\" }\n", + "# @markdown
\n", + "# @markdown

🔗 𝗧𝗘𝗫𝗧-𝗟𝗘𝗘𝗖𝗛-𝗕𝗢𝗧 🔗

\n", "\n", "\n", - "#@markdown Please enter the GitHub repository URL:\n", - "GITHUB_URL = \"https://github.com/SudoR2spr/text-leech-bot\" #@param {type:\"string\"}\n", + "#@markdown 🔗 Please enter the GitHub repository URL: 🔗\n", + "GITHUB_URL = \"https://github.com/SudoR2spr/text-leech-bot-v2\" #@param {type:\"string\"}\n", "\n", "# Determine base directory based on environment\n", "base_dir = './repo' # Save repo in ./repo directory relative to current directory\n", @@ -81,7 +81,7 @@ "\n", "clear_output()\n", "\n", - "#@markdown Please enter the requirements.txt file path:\n", + "#@markdown 🔧 Please enter the requirements.txt file path: 🔧\n", "PIP_INSTALL = \"Installer\" #@param {type:\"string\"}\n", "\n", "# Install required dependencies\n", @@ -91,7 +91,7 @@ "\n", "clear_output()\n", "\n", - "#@markdown Install FFMPEG?\n", + "#@markdown 🎥 Install FFMPEG? 🎥\n", "install_ffmpeg = \"Yes\" #@param [\"Yes\", \"No\"]\n", "if install_ffmpeg == \"Yes\":\n", " print(\"Installing FFMPEG...\")\n", @@ -100,26 +100,32 @@ "else:\n", " print(\"Skipping FFMPEG installation.\")\n", "\n", - "#@markdown ### Environment Variables\n", + "#@markdown ### 🔧 Environment Variables 🔧\n", "\n", + "#@markdown
✍️ Paste Your Telegram API ID From ≫ my.telegram.org
{ display-mode: \"form\" }\n", + "\n", "API_ID = \"\" #@param {type:\"string\"}\n", "os.environ['API_ID'] = API_ID\n", "\n", + "#@markdown
✍️ Paste Your Telegram API HASH From ≫ my.telegram.org
{ display-mode: \"form\" }\n", + "\n", "API_HASH = \"\" #@param {type:\"string\"}\n", "os.environ['API_HASH'] = API_HASH\n", "\n", + "#@markdown
✍️ Paste Your Telegram BOT TOKEN From ≫ @BotFather
{ display-mode: \"form\" }\n", + "\n", "BOT_TOKEN = \"\" #@param {type:\"string\"}\n", "os.environ['BOT_TOKEN'] = BOT_TOKEN\n", "\n", "clear_output()\n", "\n", - "#@markdown Please enter the Profile command:\n", + "#@markdown 🔧 Please enter the Profile command: 🔧\n", "RUN_COMMAND = \"python3 modules/main.py\" #@param {type:\"string\"}\n", "\n", "# Run the bot\n", "print(f\"Running command: {RUN_COMMAND} ...\")\n", "!{RUN_COMMAND}\n", - "print(\"Execution completed!\")\n" + "print(\"✔️ Execution completed!\")\n" ] } ]