All Projects → osmoscraft → osmosfeed

osmoscraft / osmosfeed

Licence: MIT license
Turn GitHub into an RSS reader

Programming Languages

typescript
32286 projects
javascript
184084 projects - #8 most used programming language
CSS
56736 projects
Handlebars
879 projects
HTML
75241 projects

Projects that are alternatives of or similar to osmosfeed

Freshrss
A free, self-hostable aggregator…
Stars: ✭ 3,793 (+352.09%)
Mutual labels:  rss, rss-reader, self-hosted, feed
RSS-to-Telegram-Bot
A Telegram RSS bot that cares about your reading experience
Stars: ✭ 482 (-42.55%)
Mutual labels:  rss, rss-reader, self-hosted, feed
Leed
Leed (contraction de Light Feed) est un agrégateur RSS libre et minimaliste qui permet la consultation de flux RSS de manière rapide et non intrusive.
Stars: ✭ 160 (-80.93%)
Mutual labels:  rss, self-hosted, reader
buran
Bidirectional, data-driven RSS/Atom feed consumer, producer and feeds aggregator
Stars: ✭ 27 (-96.78%)
Mutual labels:  rss, rss-reader, feed
Gorss
Go Terminal Feed Reader
Stars: ✭ 191 (-77.23%)
Mutual labels:  rss, rss-reader, reader
awesome-rss-feeds
Awesome RSS feeds - A curated list of RSS feeds (and OPML files) used in Recommended Feeds and local news sections of Plenary - an RSS reader, article downloader and a podcast player app for android
Stars: ✭ 114 (-86.41%)
Mutual labels:  rss, rss-reader, feed
baRSS
Menu Bar RSS reader for macOS
Stars: ✭ 39 (-95.35%)
Mutual labels:  rss, rss-reader, feed
Feedek
FeedEk jQuery RSS/ATOM Feed Plugin
Stars: ✭ 190 (-77.35%)
Mutual labels:  rss, rss-reader, feed
Liferea
Liferea (Linux Feed Reader), a news reader for GTK/GNOME
Stars: ✭ 612 (-27.06%)
Mutual labels:  rss, rss-reader, feed
Miniflux Legacy
Minimalist RSS reader (version 1.x)
Stars: ✭ 897 (+6.91%)
Mutual labels:  rss, self-hosted, feed
Jong
🐍 💡 JOplin Notes Generator - project replaced by https://github.com/foxmask/yeoboseyo
Stars: ✭ 15 (-98.21%)
Mutual labels:  rss, self-hosted, feed
Pluto
pluto gems - planet feed reader and (static) website generator - auto-build web pages from published web feeds
Stars: ✭ 174 (-79.26%)
Mutual labels:  rss, rss-reader, feed
Commafeed
Google Reader inspired self-hosted RSS reader.
Stars: ✭ 1,842 (+119.55%)
Mutual labels:  rss, rss-reader, self-hosted
Feedly-Export-Save4Later
Working script for latest feedly design. Including title, url, summary, time, sourceTitle & sourceUrl
Stars: ✭ 23 (-97.26%)
Mutual labels:  rss, feedly, feed
Termfeed
A simple terminal feed reader.
Stars: ✭ 219 (-73.9%)
Mutual labels:  rss-reader, feed, reader
News
📰 RSS/Atom feed reader
Stars: ✭ 524 (-37.54%)
Mutual labels:  rss, rss-reader, feed
Winds
A Beautiful Open Source RSS & Podcast App Powered by Getstream.io
Stars: ✭ 8,530 (+916.69%)
Mutual labels:  rss, rss-reader, feed
reader
A Python feed reader library.
Stars: ✭ 290 (-65.44%)
Mutual labels:  rss, rss-reader, feed
Posidonlauncher
a one-page homescreen with a news feed
Stars: ✭ 163 (-80.57%)
Mutual labels:  rss, feed
vue-rss-feed
Embed RSS Feeds in your Vue web app
Stars: ✭ 37 (-95.59%)
Mutual labels:  rss, rss-reader

image

中文

osmos::feed

An RSS reader running entirely from your GitHub repo.

  • Free hosting on GitHub Pages.
  • No need for backend. Content updates via GitHub Actions.
  • Customizable layouts and styles via templating and theming API. Just bring your HTML and CSS.
  • Free and open source. No ads. No third party tracking.

Demos

screely-1644817299264

More examples

Browse all sources and more examples

Get started

Create a repository

  1. Open Create a new repository from osmosfeed-template.
  2. Set visibility to "Public".
    image
  3. Click "Create repository from template" button.

Turn on GitHub Pages

  1. In the repository you just created, navigate to Settings tab > Pages section.

  2. In Source option, select gh-pages, click "Save" button. If gh-pages doesn't exist, wait for a couple of seconds and refresh the page. It will eventually show up.
    image

  3. Refresh the page until it shows Your site is published at https://<github_username>.github.io/<repo>. This may take up to a minute.
    image

Customize the feed

  1. In the repository root, open osmosfeed.yaml file, click the "Pencil (Edit this file)" button to edit.

  2. Remove # to uncommend the cacheUrl property, replace <github_username> with your GitHub username, and replace <repo> with your GitHub repo name.

  3. In the sources, update the items to the sources you want to follow. The final content of the file should look similar to this:

    cacheUrl: https://<github_username>.github.io/<repo>/cache.json
    sources:
      - href: https://my-rss-source-1/feed/
      - href: https://my-rss-source-2/rss/
      - href: https://my-rss-source-3/feed
      - href: https://my-rss-source-4/news/rss
      - href: https://my-rss-source-5/rss/
  4. Scroll to the bottom of the page, click "Commit changes" button.

  5. Once the rebuild finishes, your feed will be available at https://<github_username>.github.io/<repo>.

Guides and references

To contribute

FAQ

Can I update the content more frequently?

Yes, you can make it as frequent as you want. In the .github/workflows/update-feed.yaml file, change the cron schedule. But be aware that there is a limit to the free tier of GitHub Actions. My rough estimate shows that even with hourly update, you should still have plenty of unused time. You can monitor spending on Billing & plans page in Account settings.

Can I make the site private so only I can see it?

It is not possible with GitHub Pages. However, if you move the site to a different hosting service, you should be able to set up authorization on the host level. For example, if you deploy to Netlify, there is a paid plan for password protection.

Do I have to type index.html at the end of the URL?

No. There is a known issue with GitHub, so you might have to type it until it starts to work. See discussion from GitHub Community and some solutions from Stack Overflow

How to trigger a manual site update?

You can make some changes to the osmosfeed.yaml file to trigger an update. For example, add an empty comment like this # on a new line.

How to reset cache?

You can browse to the gh-pages branch on GitHub at https://github.com/<owner>/<repo>/tree/gh-pages. Manually delete the cache.json file. Then trigger a manual site update.

Ecosystem

osmos::feed is part of the osmos::craft ecosystem. If you enjoy this tool, you might also like:

  • osmos::memo: An in-browser bookmark manager optimized for tagging and retrieval speed.
  • osmos::note: A web-based text editor for networked note-taking, self-hostable on any Git repository.
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].