Skip to content

Installation

Requirements

  • Python 3.7 or higher
  • pip (Python package installer)

Install from PyPI

The simplest way to install the Substack API library is via pip:

pip install substack-api

Install from Source

Alternatively, you can install from source:

git clone https://github.com/nhagar/substack_api.git
cd substack_api
pip install -e .

Dependencies

The library has minimal dependencies: - requests - For making HTTP requests

These dependencies will be automatically installed when you install the package.