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
- 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
Want to contribute? Great!