/WebDigger

Find files on web servers.

Primary LanguagePythonGNU General Public License v3.0GPL-3.0

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!