Skip to content

jayluxferro/WikiLeaksDownloader

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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

Releases

No releases published

Packages

No packages published

Languages