Skip to content

visitishan/WebDigger

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

23 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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!