Skip to content

oziy-id/tik-save

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

The Modern TikTok Video Downloader (No Watermark)

contributors last update forks stars open issues license


App Preview

📝 About The Project

TikSave Premium adalah aplikasi web modern untuk mengunduh video TikTok tanpa watermark. Dibangun dengan fokus pada kecepatan, desain UI yang elegan (Glassmorphism), dan keandalan sistem.

Berbeda dengan downloader biasa, TikSave menggunakan metode Smart Proxy & User-Agent Spoofing untuk menembus proteksi anti-bot TikTok, sehingga unduhan tetap stabil tanpa error 403.

✨ Key Features

  • 🚫 No Watermark: Download video bersih kualitas HD.
  • 🚀 Fast & Reliable: Menggunakan yt-dlp engine yang powerfull.
  • 🛡️ Anti-Block System: Dilengkapi headers manipulasi untuk menghindari error 403 Forbidden.
  • 🎨 Modern UI: Tampilan Glassmorphism kekinian dengan Tailwind CSS.
  • 📱 Responsive: Tampilan sempurna di Desktop & Mobile.
  • 🐳 Docker Ready: Siap dideploy di mana saja (Hugging Face, VPS, Railway).

🛠️ Tech Stack

Dibuat dengan cinta menggunakan teknologi open-source:

  • Flask Backend Framework
  • Python Core Logic
  • TailwindCSS Styling
  • Docker Containerization
  • yt-dlp - The magic behind video extraction.

⚡ Getting Started

Ingin menjalankan project ini di komputermu? Ikuti langkah mudah ini.

Prerequisites

  • Python 3.8+
  • Git

Installation

  1. Clone repo ini

    git clone [https://github.com/oziy-id/tiktok-downloader-flask.git](https://github.com/oziy-id/tiktok-downloader-flask.git) cd tiktok-downloader-flask
  2. Install Dependencies

    pip install -r requirements.txt
  3. Jalankan Server

    python app.py
  4. Buka Browser Akses http://localhost:5000 dan nikmati!


🐳 Docker Deployment (Recommended)

Project ini sudah dikonfigurasi untuk Docker. Sangat cocok untuk deployment di Hugging Face Spaces.

  1. Build Image

    docker build -t tiksave .
  2. Run Container

    docker run -p 7860:7860 tiksave

🤝 Contributing

Kontribusi sangat diterima! Jika kamu punya ide fitur baru atau perbaikan bug:

  1. Fork project ini
  2. Buat branch fitur baru (git checkout -b fitur-keren)
  3. Commit perubahanmu (git commit -m 'Menambahkan fitur keren')
  4. Push ke branch (git push origin fitur-keren)
  5. Buat Pull Request

👤 Author

Oziy ID


Don't forget to star ⭐ this repository if you find it useful!

Releases

No releases published

Packages

 
 
 

Contributors