FreshRSS extension to automatically push new articles of specific feeds to Wallabag.
i18n/en | ||
configure.phtml | ||
extension.php | ||
LICENSE | ||
metadata.json | ||
README.md |
FreshRSS to Wallabag sync
This FreshRSS extension will automatically push new articles from specified feeds to your Wallabag instance for later reading.
The built-in Wallabag integration only uses the Share button in Wallabag to open the current article on your Wallabag instance.
This extension automates this process in the background.
In Wallabag new articles will then be tagged as freshrss
(optional).
Configuring filters for new articles is planned.
Only Wallabag v2 is supported.
Setup
- Clone this extension to the
extensions
folder of your FreshRSS installation:git clone https://git.haagfank.de/LnLcFlx/xExtension-wallabag
- In Wallabag, visit API clients management and click Create a new client
- Choose an arbitrary name and click Create a new client again. Write down the client ID and client secret.
- In FreshRSS, go to the settings page and click Extensions.
- A new extension named Wallabag should be displayed. Click Manage.
- Fill in Wallabag Endpoint (for example:
https://app.wallabag.it
), your Wallabag Username, Wallabag Password as well as your newly created Client ID and Client Secret. Under Feeds you can select what feeds should be synced to Wallabag. (Optionally enable Use tags? to copy FreshRSS tags of an article to Wallabag.) Click Submit. - Enable the extension.
Alternatives
- built-in manual sharing
- FreshRSS Wallabag Button (3rd pary extension for sharing a single article to Wallabag in the background; README inspired by this)