.gitignore
.python-version
LICENSE
README.md
mkdocs.yml
pyproject.toml
uv.lock
.github/workflows/docs.yml
.github/workflows/pull_request.yml
.github/workflows/release.yml
docs/authentication.md
docs/index.md
docs/installation.md
docs/user-guide.md
docs/api-reference/auth.md
docs/api-reference/category.md
docs/api-reference/index.md
docs/api-reference/newsletter.md
docs/api-reference/post.md
docs/api-reference/user.md
docs/css/extra.css
examples/usage_walkthrough.ipynb
substack_api/__init__.py
substack_api/auth.py
substack_api/category.py
substack_api/newsletter.py
substack_api/post.py
substack_api/user.py
substack_api.egg-info/PKG-INFO
substack_api.egg-info/SOURCES.txt
substack_api.egg-info/dependency_links.txt
substack_api.egg-info/requires.txt
substack_api.egg-info/top_level.txt
tests/__init__.py
tests/conftest.py
tests/test_auth.py
tests/test_category.py
tests/test_newsletter.py
tests/test_post.py
tests/test_user.py
tests/test_user_redirects.py