Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: rvs/python-substack
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: main
Choose a base ref
...
head repository: ma2za/python-substack
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: main
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 20 commits
  • 16 files changed
  • 5 contributors

Commits on Jun 12, 2023

  1. 🪿 upkeep

    ma2za committed Jun 12, 2023
    Configuration menu
    Copy the full SHA
    52944dd View commit details
    Browse the repository at this point in the history
  2. 🪿 bump version

    ma2za committed Jun 12, 2023
    Configuration menu
    Copy the full SHA
    fc7ba80 View commit details
    Browse the repository at this point in the history

Commits on Aug 19, 2023

  1. Bump certifi from 2023.5.7 to 2023.7.22 (ma2za#15)

    Bumps [certifi](https://github.com/certifi/python-certifi) from 2023.5.7 to 2023.7.22.
    - [Commits](certifi/python-certifi@2023.05.07...2023.07.22)
    
    ---
    updated-dependencies:
    - dependency-name: certifi
      dependency-type: indirect
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Aug 19, 2023
    Configuration menu
    Copy the full SHA
    83c4cf2 View commit details
    Browse the repository at this point in the history

Commits on Oct 12, 2023

  1. Bump urllib3 from 2.0.2 to 2.0.6 (ma2za#17)

    Bumps [urllib3](https://github.com/urllib3/urllib3) from 2.0.2 to 2.0.6.
    - [Release notes](https://github.com/urllib3/urllib3/releases)
    - [Changelog](https://github.com/urllib3/urllib3/blob/main/CHANGES.rst)
    - [Commits](urllib3/urllib3@2.0.2...2.0.6)
    
    ---
    updated-dependencies:
    - dependency-name: urllib3
      dependency-type: indirect
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Oct 12, 2023
    Configuration menu
    Copy the full SHA
    87163e3 View commit details
    Browse the repository at this point in the history

Commits on Oct 17, 2023

  1. 🏰 upkeep

    ma2za committed Oct 17, 2023
    Configuration menu
    Copy the full SHA
    d827294 View commit details
    Browse the repository at this point in the history
  2. 🐛 minor fix

    ma2za committed Oct 17, 2023
    Configuration menu
    Copy the full SHA
    7b1d31c View commit details
    Browse the repository at this point in the history

Commits on Oct 18, 2023

  1. Update README.md (ma2za#18)

    more examples to readme
    suhan1996 authored Oct 18, 2023
    Configuration menu
    Copy the full SHA
    a960ebd View commit details
    Browse the repository at this point in the history

Commits on Nov 14, 2023

  1. adds get_publication_subscriber_count (ma2za#21)

    * adds get_publication_subscriber_count
    
    * adds get_publication_subscriber_count
    dacx authored Nov 14, 2023
    Configuration menu
    Copy the full SHA
    9f2762d View commit details
    Browse the repository at this point in the history
  2. 🏎️ bump versions

    ma2za committed Nov 14, 2023
    Configuration menu
    Copy the full SHA
    45d17c5 View commit details
    Browse the repository at this point in the history

Commits on Nov 18, 2023

  1. 🦍 set post section

    ma2za committed Nov 18, 2023
    Configuration menu
    Copy the full SHA
    844fa9c View commit details
    Browse the repository at this point in the history

Commits on Dec 3, 2023

  1. Configuration menu
    Copy the full SHA
    ce10185 View commit details
    Browse the repository at this point in the history

Commits on Dec 6, 2023

  1. Pull in the user profile/settings/default publication/published posts (

    ma2za#23)
    
    * Update README.md
    
    Adds details on how to find your user_id and how to set a password if you have an account that doesn't have one
    
    * Added in code to both find the user_id and to find the primary publication / get a list of all accessible publications / user settings / user profile.
    
    * Fixing Indent issue and changing primary pub return format.
    
    * SImpler / more complete response format
    
    * Add support for custom URL's in publication_url building
    
    * Default to users default publication. Support custom_domain sign-in (requires one extra step after login to get cookies)
    
    * Add getDraft end point call so you can load existing drafts
    
    * Update readme to use get_user_id instead of env, and to explain how to switch publications
    
    * adding in publication_url
    
    * Removing extra space
    patricker authored Dec 6, 2023
    Configuration menu
    Copy the full SHA
    e3235b8 View commit details
    Browse the repository at this point in the history

Commits on Dec 7, 2023

  1. Configuration menu
    Copy the full SHA
    e0743f9 View commit details
    Browse the repository at this point in the history
  2. 🏰 upkeep

    ma2za committed Dec 7, 2023
    Configuration menu
    Copy the full SHA
    5708d5d View commit details
    Browse the repository at this point in the history

Commits on Dec 26, 2023

  1. 🏰 upkeep

    ma2za committed Dec 26, 2023
    Configuration menu
    Copy the full SHA
    d79f1ca View commit details
    Browse the repository at this point in the history

Commits on Dec 21, 2025

  1. Configuration menu
    Copy the full SHA
    81c7feb View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    81c0fc2 View commit details
    Browse the repository at this point in the history
  3. Bump certifi from 2023.11.17 to 2024.7.4 (ma2za#34)

    Bumps [certifi](https://github.com/certifi/python-certifi) from 2023.11.17 to 2024.7.4.
    - [Commits](certifi/python-certifi@2023.11.17...2024.07.04)
    
    ---
    updated-dependencies:
    - dependency-name: certifi
      dependency-version: 2024.7.4
      dependency-type: indirect
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Dec 21, 2025
    Configuration menu
    Copy the full SHA
    faa639b View commit details
    Browse the repository at this point in the history
  4. Update dependencies in poetry.lock and pyproject.toml; bump Python ve…

    …rsion to ^3.9, certifi to 2025.11.12, charset-normalizer to 3.4.4, requests to 2.32.5, and urllib3 to 2.6.2. Adjusted README.md to remove outdated Python version badge.
    ma2za committed Dec 21, 2025
    Configuration menu
    Copy the full SHA
    8407ab2 View commit details
    Browse the repository at this point in the history
  5. 🔖 Bump version to 0.1.17; enhance README with authentication methods …

    …and YAML post management examples
    ma2za committed Dec 21, 2025
    Configuration menu
    Copy the full SHA
    06395cd View commit details
    Browse the repository at this point in the history
Loading