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": [
- ""
+ ""
]
},
{
@@ -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"
]
}
]