Hello. Have you, yes, YOU ever wanted to download the entirety of the Jeffrey Epstein court records? Well, I did. Unfortunately I wasn't able to find any downloads online, so I created this handy python script, and it gets the job done!
- Simply create a python venv with
python -m venv venv - Open the venv with
venv/scripts/activate - Install dependencies with
pip install -r requirements.txt - And finally, run the main file with
python epstein.py!
- Intended use: This script is provided for personal, research, or archival use to download public court records where permitted. Use responsibly and only where you have the right to access the documents.
- Use at your own risk: The author is not responsible for how this tool is used.
Have fun!