# sfeed_mastodon Mirror Atom/RSS feeds to Mastodon (& friends) simply and UNIX-ly. sfeed_mastodon takes output from the lovely feed-aggregator [sfeed](https://codemadness.org/sfeed-simple-feed-parser.html) and posts it to the fediverse. ## Installation First, make sure to install [sfeed](https://codemadness.org/sfeed-simple-feed-parser.html). If Guix is your package manager: `$ guix install sfeed` Now, put ./sfeed_mastodon into your $PATH, somewhere. Something like /usr/local/bin, or ~/.local/bin. `$ cp sfeed_mastodon ~/.local/bin/` You’ve done it! ## Configuration ### sfeed We need to create a config file and feed directory for sfeed — they can be anywhere, your choice. ``` $ mkdir ~/.config/sfeed/ $ cat > ~/.config/sfeed/config <{{title}}
{{url}}

{{desc_short}}
``` Short and sweet, right? Here are the variables you can use: * `title` * `url` * `desc` * `desc_short` ## Misc. Author: ([@jadedctrl:jam.xwx.moe](https://jam.xwx.moe/users/jadedctrl)) Source: https://notabug.org/jadedctrl/sfeed_mastodon License: GPLv3