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
- Host: GitHub
- URL: https://github.com/jayluxferro/wikileaksdownloader
- Owner: jayluxferro
- Created: 2018-03-25T20:48:39.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2025-08-16T21:59:45.000Z (about 2 months ago)
- Last Synced: 2025-08-16T23:29:31.964Z (about 2 months ago)
- Topics: documents, download, python, vault7, wget, wikileaks
- Language: Python
- Size: 6.84 KB
- Stars: 12
- Watchers: 3
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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 wgetmacOS:
```
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
```