https://github.com/lissy93/feeds
🗞️ Cache of RSS Feeds (used to render posts section on my website)
https://github.com/lissy93/feeds
Last synced: over 1 year ago
JSON representation
🗞️ Cache of RSS Feeds (used to render posts section on my website)
- Host: GitHub
- URL: https://github.com/lissy93/feeds
- Owner: Lissy93
- Created: 2023-01-15T15:22:31.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2024-10-29T23:04:06.000Z (over 1 year ago)
- Last Synced: 2024-10-30T01:47:12.601Z (over 1 year ago)
- Homepage: https://lissy93.github.io/feeds/
- Size: 4 MB
- Stars: 6
- Watchers: 2
- Forks: 6
- Open Issues: 0
-
Metadata Files:
- Readme: .github/README.md
Awesome Lists containing this project
README
About
My personal blog site pulls data from various sources (Dev.to, Twitter, LinkedI, etc) in RSS format.
But many of these services have strict rate limits, CORS and sometimes slow or tempromental responses.
To avoid this, I'm using GitHub Actions to download and cache the feeds in this repo nightly.
My site then fetches the RSS from here via GitHub CDN, rather than from the original social network.
Using Git for this, also means that all my blog posts are backed-up, and a changelog is kept.
The action used to download and commit feeds is in [.github/workflows/download-feeds.yml](https://github.com/Lissy93/feeds/blob/main/.github/workflows/download-feeds.yml)
The source for the blog site, which renders feeds is [github.com/Lissy93/devolio](https://github.com/Lissy93/devolio)
And a demo of the blog page can be found at [devolio.netlify.app/blog](https://devolio.netlify.app/blog)
---
Included Feeds
(link to profile source) → (link to generated feed)
Blog
➡️
────────────────────────
Reddit
➡️
────────────────────────
Mastodon
➡️
────────────────────────
StackOverflow
➡️
────────────────────────
GitHub
➡️
────────────────────────
YouTube
➡️
────────────────────────
DEV.to
➡️
────────────────────────
Blogger
➡️
────────────────────────
Twitter
➡️
────────────────────────
LinkedIn
➡️
View Summary
---
© Alicia Sykes 2023
Licensed under MIT

Thanks for visiting :)