Substack2Markdown
Substack2Markdown copied to clipboard
Too Many Requests
Running this grabs the first few posts, but then substack complains of too many requests. Have to rerun the script to get any additional posts, and if there's too many it'll only be able to check that the files already exist before throwing too many requests again.
open substack_scraper.py add time.sleep(5) after essays_data.append( .... )