No description
Find a file
Edward Betts 0239b83555 Track processed candidates in session and use OAuth for API calls
- Record skips, saves, and no-match results in session["skipped"] so
  revisiting an article resumes past already-checked candidates
- Filter self-links (case-insensitive first letter) from hit list
- Use OAuth session for all API reads when logged in for higher rate limits
- Add "for" template to exclusion list to avoid bad edits
- Improve API error handling with HTTP status codes logged to stderr

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-05-11 12:46:13 +01:00
add_links Track processed candidates in session and use OAuth for API calls 2026-05-11 12:46:13 +01:00
frontend Initial commit 2023-10-04 12:56:21 +01:00
static Redesign UI and fix several bugs 2026-05-11 11:30:12 +01:00
templates Add live search progress, session counter, and fix URLs 2026-05-11 12:24:15 +01:00
.gitignore Add static/bootstrap to .gitignore 2023-11-26 14:10:00 +00:00
add_front_end_libraries.py Initial commit 2023-10-04 12:56:21 +01:00
cmdline.py Tidy code for building list of examples 2023-12-09 18:43:56 +00:00
package.json Initial commit 2023-10-04 12:56:21 +01:00
vite.config.js Initial commit 2023-10-04 12:56:21 +01:00
web_view.py Track processed candidates in session and use OAuth for API calls 2026-05-11 12:46:13 +01:00