TikTok Saver allows users to download and save TikTok videos without watermarks and in the highest quality.
TikTok Saver is a SaaS project that enables users to download and save TikTok videos on their devices. Please note that slides are not supported. The backend of the application is built using Python with yt-dlp, while the frontend is developed using the Next.js framework.
If you have any suggestions for improvements, better handling of certain aspects, or if you encounter any issues, please let me know by creating a new issue or contacting me on Discord _riad_
.
Install the latest version of Docker then follow these steps:
1. Clone the repository:
git clone https://github.com/riad-azz/tiktok-saver.git
2. Navigate to the project folder:
cd tiktok-saver
3. Starting the server:
# Build and run the server
docker-compose up -d --build
# Run the server
docker-compose up -d
Note: make sure Docker is installed and running before using docker-compose
command.
All contributions are welcome! If you believe you can improve this project in any way, shape, or form, please feel free to do so.
This project is licensed under the [MIT] License - see the LICENSE.md file for details