The TikTok Video Downloader Bot is a Telegram bot that allows users to download TikTok videos without watermarks directly through Telegram. This bot is designed to be user-friendly and efficient, making it easy for anyone to save their favorite TikTok videos.
- Download TikTok videos by sending the video link.
- No watermarks on downloaded videos.
- Simple and intuitive interface.
To set up the TikTok Video Downloader Bot, follow these steps:
-
Clone the Repository:
git clone https://github.com/yourusername/tiktok-video-downloader-bot.git cd tiktok-video-downloader-bot
-
Set Up a Virtual Environment (optional but recommended):
python -m venv venv source venv/bin/activate # On Windows use
venv\Scripts\activate