Create an RSS feed for your Readeck installation.
Create an API token at https://your-readeck.com/profile/tokens
.
Rename config.sample.php
to config.php
and enter the appropriate values.
By default, the index.php
will look for a $_GET['type']
value in the URL. It's setup to recognize either "video" or "article" by default. If you don't provide a value, it will list all unread items.
There are additional parameters you can add, if you want to filter by collections, labels, etc. See the optional parameters at https://your-readeck.com/docs/api#get-/bookmarks
.
Visit your-domain.com/ReadeckRSS
(or wherever your cloned this repository) to test your feed. You can also update the $feed_url
value in to this URL in your config.php
file in order to include the URL in the feed itself.