python-substack
python-substack copied to clipboard
Substack API python implementation
Hi, I cannot login anymore from the python API, because if this: substack.exceptions.SubstackAPIException: APIError(code=401): Please complete the captcha to continue I don't have any captcha when logging with username et...
All the library's exceptions inherit directly from Python's `Exception` which prevents from catching them in one go (exclusive of any other kind of exception) : one has to list explicitly...
Great! One thing for it to work: "send_paywalled_preview" value is missing, so currently there's no emails sent out to non-paid members if the paywall is added, which is essentially the...
i add the "cookie_session" for bypass the captcha and fix some issue with substack changes
This solution adds Markdown support to your Substack newsletter workflow. It includes a parser for inline Markdown formatting (supporting **bold** and *italic* text) and a function that processes a Markdown...
When trying to post stuff, it comes up like this in the draft and the style is not rendered in substack editor. "{"type": "doc", "content": [{"type": "paragraph", "content": [{"type": "text",...