Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/clearlysid/framer-rss
create RSS feeds of your framer sites
https://github.com/clearlysid/framer-rss
framer framer-resources rss rss-feed rss-generator
Last synced: 14 days ago
JSON representation
create RSS feeds of your framer sites
- Host: GitHub
- URL: https://github.com/clearlysid/framer-rss
- Owner: clearlysid
- Created: 2024-01-31T06:12:01.000Z (10 months ago)
- Default Branch: main
- Last Pushed: 2024-07-23T05:57:07.000Z (4 months ago)
- Last Synced: 2024-07-24T00:14:57.507Z (4 months ago)
- Topics: framer, framer-resources, rss, rss-feed, rss-generator
- Language: TypeScript
- Homepage: https://framer-rss.netlify.app
- Size: 170 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
Awesome Lists containing this project
README
# Framer RSS
If you have a Framer blog, this tool can generate an RSS feed for it.
It is small server app that scrapes your Framer site every so often, generates the feed, and serves it on a URL. It's only a prototype for now and not recommended for production / sensitive use.
## Other Notes
Most Framer sites should work, but there are exceptions. We need to make some assumptions about your site to extract details about each post (title, date, etc.) — the exact mechanism to do this varies from site to site.
If it doesn't work on yours, please open a Github issue with a link to your site and I'll try to lend a hand.
Feel free to contribute or self-host, the code is open source. Consider donating via Github Sponsors if it helped!
[![Deploy to Netlify](https://www.netlify.com/img/deploy/button.svg)](https://app.netlify.com/start/deploy?repository=https://github.com/clearlysid/framer-rss)
## Improvements
- [ ] Improve caching mechanism
- [ ] Make Framer scraping logic more robust
- [x] Improve landing page to make initial setup easier
- [x] Allow self-hosting this project on Netlify## References
1. [lambda-rss-node](https://github.com/jwilsson/lambda-rss-node/tree/main) by [@jwilsson](https://github.com/jwilsson/)