An open API service indexing awesome lists of open source software.

https://github.com/jayluxferro/wikileaksdownloader

Download all vault7 documents on Wikileaks
https://github.com/jayluxferro/wikileaksdownloader

documents download python vault7 wget wikileaks

Last synced: 3 days ago
JSON representation

Download all vault7 documents on Wikileaks

Awesome Lists containing this project

README

          

## 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
```
2. Download python requirements using pip
```
sudo -H pip install -r requirements.txt
```
3. Run the script to download all the files
```
python main.py
```