Skip to content

sarvesh4396/zippyshare-downloader

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.