Skip to content

Latest commit

 

History

History
30 lines (19 loc) · 475 Bytes

README.md

File metadata and controls

30 lines (19 loc) · 475 Bytes

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.