Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/splitbrain/patreon-rss
Generate an RSS feed for Patreon posts
https://github.com/splitbrain/patreon-rss
patreon rss rss-generator
Last synced: 5 days ago
JSON representation
Generate an RSS feed for Patreon posts
- Host: GitHub
- URL: https://github.com/splitbrain/patreon-rss
- Owner: splitbrain
- License: mit
- Created: 2017-02-04T11:00:47.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2024-01-21T16:52:38.000Z (10 months ago)
- Last Synced: 2024-11-01T11:51:36.369Z (12 days ago)
- Topics: patreon, rss, rss-generator
- Language: PHP
- Size: 3.91 KB
- Stars: 9
- Watchers: 3
- Forks: 4
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Patreon RSS
This is a quick hack to fetch the recent posts a creator made at Patreon.com.
Public (text) posts are available as full text, restricted posts only show the title.
This uses an unoffical API (the same that actually powers the Patreon website) and there are no guarantees that it won't break at some point.
This is in a very rough state but works good enough for me.
There's a proper composerized project at https://github.com/daemionfox/patreon-feed now, which you probably prefer.