Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
82 changes: 0 additions & 82 deletions .devcontainer/README.md

This file was deleted.

186 changes: 0 additions & 186 deletions .devcontainer/devcontainer.json

This file was deleted.

23 changes: 15 additions & 8 deletions .env.example
Original file line number Diff line number Diff line change
@@ -1,15 +1,22 @@
# Environment variables for running E2E tests
# Copy this file to .env and fill in your actual values
#
# Get cookie values from your browser: DevTools -> Application -> Cookies
# -> https://substack.com -> copy the cookie value.
# Provide at least one of SUBSTACK_SID / CONNECT_SID (some accounts only
# have one of the two).

# Required: Your Substack API key (obtained from your Substack account)
# This is used for authentication in E2E tests
SUBSTACK_API_KEY=your-api-key-here
# Value of the "substack.sid" cookie
SUBSTACK_SID=

# Optional: The hostname of your Substack publication
# If not set, defaults to 'substack.com'
# Value of the "connect.sid" cookie
CONNECT_SID=

# The hostname of your Substack publication
# Example: yoursite.substack.com
SUBSTACK_HOSTNAME=

# Alternative environment variable names (for flexibility)
# E2E_API_KEY=your-api-key-here
# E2E_HOSTNAME=yoursite.substack.com
# Legacy names (substack-api compatibility): treated as SUBSTACK_SID
# SUBSTACK_API_KEY=
# E2E_API_KEY=
# E2E_HOSTNAME=
66 changes: 0 additions & 66 deletions .github/CODEOWNERS

This file was deleted.

15 changes: 0 additions & 15 deletions .github/FUNDING.yml

This file was deleted.

Loading
Loading