From 95b1e580f3e00fc56c51d961acb991f0fde0da75 Mon Sep 17 00:00:00 2001 From: vchikalkin Date: Sat, 16 Aug 2025 14:04:42 +0300 Subject: [PATCH] docs: update README.md to include live bot link and usage instructions for downloading TikTok videos and images without watermarks --- README.md | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) diff --git a/README.md b/README.md index c4f4b8c..d1eb6ca 100644 --- a/README.md +++ b/README.md @@ -2,6 +2,14 @@ A Telegram bot for downloading TikTok videos and images without watermarks. Built with TypeScript, Grammy.js, and Redis for caching. +## 🤖 Try the Bot + +**The bot is already live and ready to use!** + +👉 **[Start Next Downloader Bot](https://t.me/next_downloader_bot)** + +Simply send a TikTok video or image URL to the bot and it will download the content without watermarks for you. + ## 🚀 Features - **TikTok Video Download**: Download TikTok videos without watermarks @@ -21,6 +29,8 @@ A Telegram bot for downloading TikTok videos and images without watermarks. Buil ## 🛠️ Installation +> **Note**: This is an open-source project. You can either use the [live bot](https://t.me/next_downloader_bot) or deploy your own instance. + ### 1. Clone the repository ```bash @@ -67,6 +77,8 @@ pnpm start ## 🐳 Docker Deployment +> **Quick Start**: Use the [live bot](https://t.me/next_downloader_bot) instead of deploying your own instance. + ### Quick Start with Docker Compose 1. Create your `.env` file with the required environment variables @@ -91,6 +103,16 @@ docker-compose -f docker-compose.dev.yml up -d ## 📱 Usage +### Using the Live Bot + +1. **[Start the bot](https://t.me/next_downloader_bot)** on Telegram +2. Send a TikTok video or image URL +3. The bot will download and send you the content without watermarks + +### Self-Hosting + +If you want to run your own instance: + 1. Start a conversation with your bot on Telegram 2. Send a TikTok video or image URL 3. The bot will download and send you the content without watermarks