patreon-archiver

Save Patreon content you have access to.

https://github.com/tatsh/patreon-archiver

Science Score: 44.0%

This score indicates how likely this project is to be science-related based on various indicators:

  • CITATION.cff file
    Found CITATION.cff file
  • codemeta.json file
    Found codemeta.json file
  • .zenodo.json file
    Found .zenodo.json file
  • DOI references
  • Academic publication links
  • Committers with academic emails
  • Institutional organization owner
  • JOSS paper metadata
  • Scientific vocabulary similarity
    Low similarity (9.8%) to scientific vocabulary

Keywords

command-line patreon
Last synced: 4 months ago · JSON representation ·

Repository

Save Patreon content you have access to.

Basic Info
Statistics
  • Stars: 24
  • Watchers: 2
  • Forks: 4
  • Open Issues: 0
  • Releases: 0
Topics
command-line patreon
Created almost 4 years ago · Last pushed 4 months ago
Metadata Files
Readme Changelog Contributing Funding License Citation Codeowners Security

README.md

patreon-archiver

Python versions PyPI - Version GitHub tag (with filter) License GitHub commits since latest release (by SemVer including pre-releases) CodeQL QA Tests Coverage Status Documentation Status mypy pre-commit pydocstyle pytest Ruff Downloads Stargazers

@Tatsh Mastodon Follow

Save Patreon content you have access to.

Installation

Poetry

shell poetry add patreon-archiver

Pip

shell pip install patreon-archiver

Configuration

Video content will be saved using yt-dlp. You should ensure that you are logged into Patreon in the appropriate browser profile.

Recommendations in ~/.config/yt-dlp/config or equivalent file:

```plain --cookies-from-browser chrome:Default

--add-metadata --all-subs --convert-subs srt --embed-chapters --embed-metadata --embed-subs --embed-thumbnail --geo-bypass --merge-output-format mkv --no-overwrites --sub-langs all --write-info-json --write-subs

--download-archive ~/somewhere-safe ```

Usage

Run patreon-archiver. At minimum, campaign ID of the Patreon content creator is required. See help with --help.

```plain Usage: patreon-archiver [OPTIONS] CAMPAIGN_ID

Options: -o, --output-dir TEXT Output directory -b, --browser TEXT Browser to read cookies from -p, --profile TEXT Browser profile -x, --fail Do not continue processing after a failed yt-dlp command. -L, --yt-dlp-arg-limit INTEGER Number of media URIs to pass to yt-dlp at a time. -S, --sleep-time INTEGER Number of seconds to wait between requests -d, --debug Enable debug output --help Show this message and exit. ```

How to get the campaign ID

  1. Go to the content creator's main page.
  2. View the source and search for patreon-media/p/campaign/.
  3. After the / there should be a number, as in patreon-media/p/campaign/12345678. In that case the campaign ID is 12345678.

Owner

  • Login: Tatsh
  • Kind: user

Citation (CITATION.cff)

authors:
  - family-names: 'Udvare'
    given-names: 'Andrew'
cff-version: '1.2.0'
date-released: '2025-05-28'
message: 'If you use this software, please cite it as below.'
title: 'patreon-archiver'
version: '0.1.3'

GitHub Events

Total
  • Watch event: 13
  • Delete event: 79
  • Issue comment event: 34
  • Push event: 120
  • Pull request event: 163
  • Fork event: 1
  • Create event: 88
Last Year
  • Watch event: 13
  • Delete event: 79
  • Issue comment event: 34
  • Push event: 120
  • Pull request event: 163
  • Fork event: 1
  • Create event: 88

Committers

Last synced: almost 3 years ago

All Time
  • Total Commits: 64
  • Total Committers: 1
  • Avg Commits per committer: 64.0
  • Development Distribution Score (DDS): 0.0
Top Committers
Name Email Commits
Andrew Udvare a****e@g****m 64

Issues and Pull Requests

Last synced: 4 months ago

All Time
  • Total issues: 2
  • Total pull requests: 234
  • Average time to close issues: 3 days
  • Average time to close pull requests: about 18 hours
  • Total issue authors: 2
  • Total pull request authors: 3
  • Average comments per issue: 3.0
  • Average comments per pull request: 0.19
  • Merged pull requests: 211
  • Bot issues: 0
  • Bot pull requests: 232
Past Year
  • Issues: 0
  • Pull requests: 118
  • Average time to close issues: N/A
  • Average time to close pull requests: about 21 hours
  • Issue authors: 0
  • Pull request authors: 1
  • Average comments per issue: 0
  • Average comments per pull request: 0.15
  • Merged pull requests: 97
  • Bot issues: 0
  • Bot pull requests: 118
Top Authors
Issue Authors
  • lhs55502002 (1)
  • kingraaa (1)
  • benni347 (1)
Pull Request Authors
  • dependabot[bot] (305)
  • benni347 (2)
  • cstyles (2)
Top Labels
Issue Labels
Pull Request Labels
dependencies (305) python (286) javascript (18)

Packages

  • Total packages: 1
  • Total downloads:
    • pypi 67 last-month
  • Total dependent packages: 0
  • Total dependent repositories: 1
  • Total versions: 11
  • Total maintainers: 1
pypi.org: patreon-archiver

Save Patreon content you have access to.

  • Versions: 11
  • Dependent Packages: 0
  • Dependent Repositories: 1
  • Downloads: 67 Last month
Rankings
Dependent packages count: 10.1%
Average: 19.2%
Dependent repos count: 21.5%
Downloads: 26.0%
Maintainers (1)
Last synced: 4 months ago

Dependencies

.github/workflows/close-inactive.yml actions
  • actions/stale v5 composite
.github/workflows/qa.yml actions
  • actions/checkout v3 composite
  • actions/setup-python v4 composite
package.json npm
  • cspell ^6.31.1 development
  • prettier ^2.8.7 development
  • prettier-plugin-ini ^1.1.0 development
  • prettier-plugin-toml ^0.3.1 development
yarn.lock npm
  • 180 dependencies
poetry.lock pypi
  • astroid 3.0.1
  • brotli 1.0.9
  • brotlicffi 1.0.9.2
  • certifi 2023.7.22
  • cffi 1.15.1
  • charset-normalizer 3.2.0
  • click 8.1.7
  • colorama 0.4.6
  • coverage 6.5.0
  • coveralls 3.3.1
  • dill 0.3.7
  • docopt 0.6.2
  • exceptiongroup 1.1.2
  • idna 3.4
  • importlib-metadata 6.8.0
  • iniconfig 2.0.0
  • isort 5.12.0
  • loguru 0.7.2
  • mccabe 0.7.0
  • mock 5.1.0
  • mutagen 1.47.0
  • mypy 1.6.1
  • mypy-extensions 1.0.0
  • packaging 23.1
  • platformdirs 3.8.1
  • pluggy 1.2.0
  • pycparser 2.21
  • pycryptodomex 3.18.0
  • pylint 3.0.2
  • pylint-quotes 0.2.3
  • pytest 7.4.2
  • pytest-mock 3.12.0
  • pytoolconfig 1.2.5
  • requests 2.31.0
  • requests-mock 1.11.0
  • rope 1.10.0
  • six 1.16.0
  • tomli 2.0.1
  • tomlkit 0.11.8
  • types-requests 2.31.0.10
  • typing-extensions 4.8.0
  • urllib3 2.0.7
  • websockets 11.0.3
  • win32-setctime 1.1.0
  • yapf 0.40.2
  • yt-dlp 2023.10.13
  • yt-dlp-types 0.0.7
  • zipp 3.15.0
pyproject.toml pypi
  • click >=8.1.3,<8.1.8
  • loguru >=0.6,<0.8
  • mutagen ^1.46.0
  • python ^3.10
  • requests ^2.31.0
  • yt-dlp ^2023.6.22