Skip to content

Latest commit

 

History

History
56 lines (34 loc) · 1.35 KB

README.md

File metadata and controls

56 lines (34 loc) · 1.35 KB

WebDigger

Build Status Build Status Build Status Build Status Build Status

Web Digger helps you find files stored on web servers. Just tell it what you are looking for, and Web Digger will provide you the direct download links of file from different servers across the web. Be it anything from audio, video, document or application.

Executable version of the project is available here - http://www.thewebdigger.com

Screenshot

Installation

  • Linux
$ pip3 install -r requirements.txt
$ python3 digfile.py
  • Windows
python -m pip install -r requirements.txt
python digfile.py
  • Mac
python3 -m pip install -r requirements.txt
python3 digfile.py
  • Docker
$ docker pull visitishan/webdigger
$ docker run -ti visitishan/webdigger

Screenshots

Screenshot

Screenshot

Screenshot

Screenshot

Screenshot

Development

Want to contribute? Great!