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
Repository
Save Patreon content you have access to.
Basic Info
- Host: GitHub
- Owner: Tatsh
- License: mit
- Language: Python
- Default Branch: master
- Homepage: https://tatsh.github.io/patreon-archiver/
- Size: 3 MB
Statistics
- Stars: 24
- Watchers: 2
- Forks: 4
- Open Issues: 0
- Releases: 0
Topics
Metadata Files
README.md
patreon-archiver
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
- Go to the content creator's main page.
- View the source and search for
patreon-media/p/campaign/. - After the
/there should be a number, as inpatreon-media/p/campaign/12345678. In that case the campaign ID is12345678.
Owner
- Login: Tatsh
- Kind: user
- Repositories: 87
- Profile: https://github.com/Tatsh
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 | 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
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.
- Homepage: https://tatsh.github.io/patreon-archiver/
- Documentation: https://patreon-archiver.readthedocs.org
- License: MIT
-
Latest release: 0.1.3
published 8 months ago
Rankings
Maintainers (1)
Dependencies
- actions/stale v5 composite
- actions/checkout v3 composite
- actions/setup-python v4 composite
- cspell ^6.31.1 development
- prettier ^2.8.7 development
- prettier-plugin-ini ^1.1.0 development
- prettier-plugin-toml ^0.3.1 development
- 180 dependencies
- 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
- 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