Commit graph

3 commits

Author SHA1 Message Date
sososttil
7d16130712 Fix unterminated string literals breaking scrape.py entirely
Six print/write_text calls had literal control characters (CR, tab, or
a raw newline) embedded inside single-line string literals instead of
escaped \r\n\t sequences. This was a hard SyntaxError in any Python 3
version, so the script could never have actually run as committed.

Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com>
Claude-Session: https://claude.ai/code/session_01ViRGe7WHuUXUpHqvUfuW5r
2026-07-26 09:12:15 -04:00
546e7a0b87 Make community and output dir configurable via CLI args 2026-05-06 20:07:53 +00:00
Kisa
56c7b53254 Initial release — Skool community lesson scraper
Downloads lessons from any Skool classroom to local Markdown files.
Cross-platform (Mac/Windows/Linux), membership-gated, safe to re-run.

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-05-04 20:28:20 -04:00