Skip to main content

unofficial python wrapper for collecting substack data

Project description

Substack-api

An unofficial Python wrapper around Substack's API.

I developed this package as a lightweight tool to help researchers collect data about Substack newsletters, and to help writers archive their work off-platform. This is not a tool designed for bulk text extraction/web scraping. It supports the following functionality:

  • Download full JSON metadata about newsletters by category
  • Download full JSON metadata about posts by newsletter
  • Download text of individual, publicly-available posts
  • List newsletter categories

Installation

pip install substack-api

Usage

from substack_api import substack_api

List all categories on Substack:

substack_api.list_all_categories()

Get metadata for the first 2 pages of Technology newsletters:

substack_api.get_newsletters_in_category(4, start_page=0, end_page=2)

Get post metadata for the most recent 30 posts from a newsletter:

substack_api.get_newsletter_post_metadata("platformer", start_offset=0, end_offset=30)

Get post contents (HTML only) from one newsletter post:

substack_api.get_post_contents("platformer", "how-a-single-engineer-brought-down", html_only=True)

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

substack_api-0.1.0.tar.gz (4.1 kB view hashes)

Uploaded Source

Built Distribution

substack_api-0.1.0-py3-none-any.whl (5.2 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page