Substack2Markdown v1.0.0
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.