rsstodolist
rsstodolist is a service that provides a simple way to create RSS feeds by sending URL to a feed.
That service is public and « open », meaning anyone knowing your feed name may see, add or remove your items.
Also, that service is hosted via hobby plan on fly.io with some limitations.
So, for more reliability and privacy, Istrongly suggest you to self-host that application (seerelated projects below).
Access a feed
https://rsstodolist.eu/?name=somename
You can addlimit
(orl
) parameter to fetch from 1 to 500 items (default is 25 items).
add or delete an item by form
Use Firefox addon and Chrome extension
AFirefox addon andChrome extension are available to add or remove an item in a feed.
Add or delete an item by URL
https://rsstodolist.eu/add?name=somename&url=https://fr.wikipedia.org/
https://rsstodolist.eu/del?name=somename&url=https://fr.wikipedia.org/
title
anddescription
parameters are required. Title will be set from web page title but you can define one by usingtitle
parameter. You can also set a description withdescription
parameter.
All parameters can be minified :n
for name,u
for url,t
for title andd
for description.
Use a bookmarklet
You can use abookmarklet. Create a new bookmarkl and paste the following code in the URL field :#"Request sent : "+(r.status===200)+" ("+r.status+")");}};r.send(null);
Clicking on that bookmark will add current page to the RSS feed.
Related projects
- rsstodolist-node-server : this web site source code that you can self-host (via nodejs or docker)
- rsstodolist-addon : source code for Chrome extension and Firefox addon
- rsstodolist-react-native : react-native application for Android
- rsstodolist-django-server : original python / django version (not maintained anymore)
Contact
Contact me viapaulgreg.me.