Tt-rss plugin: fever api: Difference between revisions

From wikinotes
 
Line 33: Line 33:
       - set password
       - set password


# login to feed using tt-rss login
# 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/
- https://example.com/tt-rss/plugins.local/fever/
</syntaxhighlight>
</syntaxhighlight>

Latest revision as of 06:15, 7 September 2022

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