Skip to content

K1ngw1ng/JFK

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

JFK

An archives.gov link extractor and file downloader. Made for the "JFK Assassination Records - 2025 Documents Release".

Prerequisites

Instructions

Link Extractor Installation (Tampermonkey)

  1. Open Tampermonkey
  2. Click "Create New Script"
Tampermonkey
  1. Drag and Drop "archiveExtractor.js" into the script window
  2. On the "Userscript installation" page click "Install"
Tampermonkey 2
  1. You're Done

Link Extractor Installation (Violentmonkey)

  1. Open Violentmonkey
  2. Click the "+" icon
Violentmonkey
  1. Drag and Drop "archiveExtractor.js" into the script window
  2. On the "Installing script" page click "Install"
Screen Shot 2025-03-19 at 7 04 13 PM
  1. You're Done

Link Extractor Usage

  1. Navigate to archives.gov page
  2. Click "Show All entries"
Screen Shot 2025-03-19 at 7 08 38 PM
  1. Click the "Start Script" button
Screen Shot 2025-03-19 at 7 11 02 PM
  1. Click "Download Links"
Screen Shot 2025-03-19 at 7 12 10 PM
  1. You're Done

Downloader Instructions

  1. Download "dwn.py" and "requirements.txt"
  2. Make a new directory (eg. "JFK", "Files", etc..")
  3. Place "dwn.py", "requirements.txt", and your "Release_Links.txt" into said directory
  4. Open your Terminal or Command Prompt
  5. cd into your newly made directory
  6. Use ls or dir to confirm that you are in the directory with the files
  7. Run pip install -r requirements.txt
  8. Run python3 dwn.py Release_Links.txt
  9. You're Done!

Releases

No releases published

Packages

No packages published