ZippyShare Downloader

This is a simple web-app that downloads files from zippyshare in bulk provided links.

It is built with FastApi and deployed on Vercel

Setup

  1. Clone the repository

  2. Make a virtualenv

    virtualenv 3.8.5
  3. Install requirements

    pip install -r requirements.txt
    
    
  4. Run it

    uvicorn app:app --reload
  5. It's done.