From 3e08ebe0f0a7760c4ad910c1981004ad085efc64 Mon Sep 17 00:00:00 2001 From: Christopher Finke Date: Wed, 15 Apr 2026 15:29:16 +0000 Subject: [PATCH] Update project name to avoid the impression that this project is somehow authorized, endorsed, or otherwise affiliated with LinkedIn Corporation, which it is not. --- EpsteIn.py => EpsteOut.py | 14 +++++++------- README.md | 20 ++++++++++---------- assets/logo.png | Bin 9267 -> 13920 bytes assets/screenshot.png | Bin 165726 -> 120036 bytes 4 files changed, 17 insertions(+), 17 deletions(-) rename EpsteIn.py => EpsteOut.py (97%) diff --git a/EpsteIn.py b/EpsteOut.py similarity index 97% rename from EpsteIn.py rename to EpsteOut.py index a7acb14..c66a924 100755 --- a/EpsteIn.py +++ b/EpsteOut.py @@ -3,7 +3,7 @@ Search Epstein files for mentions of LinkedIn connections. Usage: - python EpsteIn.py --connections [--output ] + python EpsteOut.py --connections [--output ] Prerequisites: pip install requests @@ -170,16 +170,16 @@ def generate_html_report(results, output_path): if os.path.exists(logo_path): with open(logo_path, 'rb') as f: logo_base64 = base64.b64encode(f.read()).decode('utf-8') - logo_html = f'' + logo_html = f'' else: - logo_html = '

EpsteIn

' + logo_html = '

EpsteOut

' html_content = f""" - EpsteIn: Which LinkedIn Connections Appear in the Epstein Files? + EpsteOut: Which LinkedIn Connections Appear in the Epstein Files?