All Projects → dertuxmalwieder → Rssfs

dertuxmalwieder / Rssfs

Licence: other
The RSS file system (Git mirror)

Programming Languages

go
31211 projects - #10 most used programming language

Projects that are alternatives of or similar to Rssfs

Miniflux Legacy
Minimalist RSS reader (version 1.x)
Stars: ✭ 897 (+680%)
Mutual labels:  rss, feed
Rssbot
Lightweight Telegram RSS bot for notifications only. 用于消息通知的轻量级 Telegram RSS 机器人
Stars: ✭ 952 (+727.83%)
Mutual labels:  rss, feed
Fusell Seed
FUSE (the low-level interface) file system boilerplate 📂 🔌 💾
Stars: ✭ 9 (-92.17%)
Mutual labels:  fuse-filesystem, filesystem
Liferea
Liferea (Linux Feed Reader), a news reader for GTK/GNOME
Stars: ✭ 612 (+432.17%)
Mutual labels:  rss, feed
Cryfs
Cryptographic filesystem for the cloud
Stars: ✭ 1,560 (+1256.52%)
Mutual labels:  fuse-filesystem, filesystem
Distribyted
📂 ➡️ 📺 🎶 🎮 Torrent client with on-demand file downloading as a filesystem.
Stars: ✭ 791 (+587.83%)
Mutual labels:  fuse-filesystem, filesystem
Huginn
Create agents that monitor and act on your behalf. Your agents are standing by!
Stars: ✭ 33,694 (+29199.13%)
Mutual labels:  rss, feed
Feed
A RSS, Atom and JSON Feed generator for Node.js, making content syndication simple and intuitive! 🚀
Stars: ✭ 523 (+354.78%)
Mutual labels:  rss, feed
Poddycast
Podcast app made with Electron, lots of ❤️ and ☕️
Stars: ✭ 111 (-3.48%)
Mutual labels:  rss, feed
Atoma
Atom, RSS and JSON feed parser for Python 3
Stars: ✭ 67 (-41.74%)
Mutual labels:  rss, feed
Laravel Feed
Easily generate RSS feeds
Stars: ✭ 573 (+398.26%)
Mutual labels:  rss, feed
Mautic Rss To Email Bundle
Mautic plugin to send emails from RSS
Stars: ✭ 69 (-40%)
Mutual labels:  rss, feed
S3fs Fuse
FUSE-based file system backed by Amazon S3
Stars: ✭ 5,733 (+4885.22%)
Mutual labels:  fuse-filesystem, filesystem
Fuse Ts
Stars: ✭ 6 (-94.78%)
Mutual labels:  fuse-filesystem, filesystem
News
📰 RSS/Atom feed reader
Stars: ✭ 524 (+355.65%)
Mutual labels:  rss, feed
Jong
🐍 💡 JOplin Notes Generator - project replaced by https://github.com/foxmask/yeoboseyo
Stars: ✭ 15 (-86.96%)
Mutual labels:  rss, feed
Python Feedgen
Python module to generate ATOM feeds, RSS feeds and Podcasts.
Stars: ✭ 501 (+335.65%)
Mutual labels:  rss, feed
Securefs
Filesystem in userspace (FUSE) with transparent authenticated encryption
Stars: ✭ 518 (+350.43%)
Mutual labels:  fuse-filesystem, filesystem
Winds
A Beautiful Open Source RSS & Podcast App Powered by Getstream.io
Stars: ✭ 8,530 (+7317.39%)
Mutual labels:  rss, feed
Discord feedbot
Moved to https://gitlab.com/ffreiheit/discord_feedbot
Stars: ✭ 67 (-41.74%)
Mutual labels:  rss, feed

rssfs: A RSS reader as a file system

Scc Count Badge Donate

Are you unsure how to read RSS feeds? Why don't you just mount them?

What does this software do?

It will mirror RSS and Atom feeds as file systems. Example file system structure for one feed with two articles:

/tmp/mnt/rssfs/Open Source Feed/Hello World.html
/tmp/mnt/rssfs/Open Source Feed/Second Article.html

Compatibility

This software is written and tested mainly on macOS with OSXFUSE. Other FUSE implementations should work as well. Note that Windows support is still a work in progress and does not really exist yet. (Contributions welcome!)

Build

fossil clone https://code.rosaelefanten.org/rssfs rssfs.fossil
fossil open rssfs.fossil
go build

(You'll need GO111MODULES to be set to "on"!)

Configure

Copy rssfs.hcl-example as rssfs.hcl to your configuration directory and adjust your settings. The required path is:

  • On Windows: %APPDATA%\rssfs.hcl
  • On macOS: $HOME/Library/Application Support/rssfs.hcl
  • Elsewhere: $XDG_CONFIG_HOME/rssfs.hcl (or $HOME/.config/rssfs.hcl)

Set a mountpoint (optional on Windows) and one or more feeds which can be inside or outside a category. (Categories are not required. Subcategories are not supported.)

If you don't define cache, the feed will be fetched every time you open any other feed.

Default values for feed settings

  • plaintext: false
  • showlink: false
  • cache: false
  • cachemins: 60

Run

macOS and other non-Windows machines

./rssfs

Windows

Not implemented yet. Sorry.

Repositories

Debate

Discuss rssfs in #rssfs on freenode.net.

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].