chore(job_scout): drop AMINA Bank from MANUAL_CHECK (poor Glassdoor)
AMINA Bank rates poorly on Glassdoor and isn't worth tracking. Remove its manual-check entry, leaving Bitcoin Suisse as the only manual source. Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
This commit is contained in:
+3
-5
@@ -217,8 +217,6 @@ COMPANIES = [
|
||||
# Companies where adapter probing did not yield a reliable scrape. Reasons noted.
|
||||
# These surface as a clickable checklist in the report so they're not forgotten.
|
||||
MANUAL_CHECK = [
|
||||
("AMINA Bank", "jobs are at /careers/ (#positions) via JS widget; only ~4 apply links, no scrapable list",
|
||||
"https://aminagroup.com/careers/#positions"),
|
||||
("Bitcoin Suisse", "jobs under /careers#open-positions load via JS widget; section empty at scrape time (likely no/few openings)",
|
||||
"https://bitcoinsuisse.com/careers#open-positions"),
|
||||
]
|
||||
@@ -813,7 +811,7 @@ def main():
|
||||
|
||||
|
||||
# === Adapter coverage (refreshed 2026-05-24) ==================================
|
||||
# 21 companies automated across 9 adapter types; 2 remain in MANUAL_CHECK.
|
||||
# 21 companies automated across 9 adapter types; 1 remains in MANUAL_CHECK.
|
||||
#
|
||||
# Automated (COMPANIES above):
|
||||
# workday nvidia, novartis
|
||||
@@ -836,9 +834,9 @@ def main():
|
||||
# itself. Coinbase-the-employer was dropped from MANUAL_CHECK (mass layoffs / hiring
|
||||
# freeze as of 2026-05; re-add coinbase.com/careers if they reopen).
|
||||
#
|
||||
# Still manual (MANUAL_CHECK above) — to automate, each needs a real-browser probe:
|
||||
# AMINA aminagroup.com/careers JS widget, ~4 apply links, low volume
|
||||
# Still manual (MANUAL_CHECK above) — to automate, it needs a real-browser probe:
|
||||
# Bitcoin Suisse bitcoinsuisse.com/careers JS widget, empty at scrape time, low volume
|
||||
# (AMINA Bank was dropped — poor Glassdoor rating, not worth tracking.)
|
||||
# ==============================================================================
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user