Skip to content
/ feeds Public

πŸ—žοΈ Cache of RSS Feeds (used to render posts section on my website)

Notifications You must be signed in to change notification settings

Lissy93/feeds

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

Social to RSS

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
The source for the blog site, which renders feeds is github.com/Lissy93/devolio
And a demo of the blog page can be found at devolio.netlify.app/blog


Included Feeds

(link to profile source) β†’ (link to generated feed)

Blog
Notes - notes.aliciasykes.com ➑️ RSS Feed
────────────────────────
Reddit
Reddit - u/lissy93 ➑️ RSS Feed
────────────────────────
Mastodon
Mastodon - Lissy93 ➑️ RSS Feed
────────────────────────
StackOverflow
StackOverflow - Alicia Sykes ➑️ RSS Feed
────────────────────────
GitHub
GitHub - @Lissy93 ➑️ RSS Feed
────────────────────────
YouTube
YouTube - Alicia Sykes ➑️ RSS Feed
────────────────────────
DEV.to
Dev.to - @Lissy93 ➑️ RSS Feed
────────────────────────
Blogger
Blogger - Lissy93 ➑️ RSS Feed
────────────────────────
Twitter
Twitter - @Lissy_Sykes ➑️ RSS Feed
────────────────────────
LinkedIn
LinkedIn - Alicia Sykes ➑️ RSS Feed

View Summary


Β© Alicia Sykes 2023
Licensed under MIT

Thanks for visiting :)

About

πŸ—žοΈ Cache of RSS Feeds (used to render posts section on my website)

Resources

Stars

Watchers

Forks