From 8fa4c1315d9090d5539e579ea7355cd3affd8ee5 Mon Sep 17 00:00:00 2001 From: nickdu088 <26584779+nickdu088@users.noreply.github.com> Date: Mon, 3 Nov 2025 09:46:25 +1100 Subject: [PATCH] Update README for bot filename and description --- README.md | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index c7c7ceb..5e9ff70 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -# 🛡️ Secure File Bot (aiogram) +# 🛡️ Personal Secure File Bot (aiogram) A private **Telegram file storage bot** built with **[aiogram 3.x](https://docs.aiogram.dev/)**. It securely accepts messages, pictures, videos, and documents **only from a specific Telegram user**, @@ -6,6 +6,8 @@ then saves them to a local storage folder. You can search, retrieve, delete, and summarize your stored files — all via Telegram commands. +[How to create a telegram bot](https://core.telegram.org/bots/tutorial) + --- ## ✨ Features @@ -43,7 +45,7 @@ STORAGE_DIR = "local_storage" # Folder where files are saved ## 🚀 Run the Bot ``` -python secure_file_bot_aiogram.py +python bot.py ``` Once running, open your bot in Telegram and type: ``` @@ -72,7 +74,7 @@ Command Description ## 🧩 Example Folder Structure ``` secure_file_bot_aiogram/ -├── secure_file_bot_aiogram.py +├── bot.py ├── requirements.txt ├── README.md └── local_storage/