Skip to content

Latest commit

 

History

History
23 lines (21 loc) · 467 Bytes

README.md

File metadata and controls

23 lines (21 loc) · 467 Bytes

WikiLeaks Vault7 Files Downloader

This project uses python and wget downloader to download all Vault7 documents on wikileaks.org. The project has only been tested on macOS and Linux.

Python3

Instructions

  1. Download wget

macOS:

brew install wget

Linux:

sudo apt-get install wget -y
  1. Download python requirements using pip
sudo -H pip install -r requirements.txt
  1. Run the script to download all the files
python main.py