Tt-rss plugin: fever api

From wikinotes

Plugin for tt-rss that conforms to the Fever API (for clients).

Documentation

github https://github.com/DigitalDJ/tinytinyrss-fever-plugin

Install

cd /usr/local/www/tt-rss/plugins.local
git clone https://github.com/DigitalDJ/tinytinyrss-fever-plugin fever
chown -R www fever

Then enable fever plugin in tt-rss prefs

# enable fever plugin in tt-rss
- open tt-rss web ui:
  - settings > preferences:
    - plugins section (collapsed, horizontal, bottom)
      - [x] fever: Emulates the Fever API for Tiny Tiny RSS
      - save

# set fever password
- open tt-rss web ui:
  - settings > preferences:
    - fever section (collapsed, horizontal, bottom)
      - set password

# login to feed using:
#   - user: tt-rss user whose feeds you want
#   - pass: password we just set
- https://example.com/tt-rss/plugins.local/fever/

Consider updating (with git pull) periodically