Skip to content

Substack2Markdown v1.0.0

Compare
Choose a tag to compare
@timf34 timf34 released this 06 Jan 02:16
· 66 commits to main since this release

Overview

Substack2Markdown is a Python script designed to scrape articles from a Substack and convert them into markdown files locally. This release introduces two modes of operation: a standard scraper for public articles and a premium scraper for which supports subscribers-only content.

Features

  • Standard Scraper: Scrapes publicly accessible Substack articles without the need for login credentials.
  • Premium Scraper: Designed for scraping subscriber-only content, requiring Substack login credentials.
  • Selective Scraping: Ability to specify the number of posts to scrape.
  • Custom Save Directory: Option to specify a custom directory for saving the scraped markdown files.
  • Command-Line Interface: Easy-to-use CLI for setting up and running the scraper.