There is a very simple way to read the RSS de From linux through our terminal. We just have to run this command:
For articles.
wget -q -O- "https://blog.desdelinux.net/feed/"
For comments.
wget -q -O- "https://blog.desdelinux.net/comments/feed/"
But I want to go a little further, and that is why I have started to develop with my little knowledge in programming, a bash script (which can find here) that will help me to download the RSS of the Post and Comments. I do not have much time (and knowledge) to develop it, so any help you want to give me, I will be more than grateful.
The idea is to download the file with the RSS of articles and comments. Once downloaded, through notifications (with notify-bin it should work I think) to show me the title of the new posts. The files are saved so that they can be read later (always from console), but at the same time, there has to be a way to check for new items from time to time.
In other words, what I want to achieve is the following:
What I want to achieve is the following:
- Download the file . Xml from a route that I previously gave him.
- Once you download the file, save it and notify me by notify-bin for example, the title of the new posts.
- It occurred to me that I should save a file with all the entries that are accumulating (to read them later if I want to) and another that shows only the new ones, as they arrive, and serve the notification system.
- You have to have the option to read either the articles, or the comments.
Anyway, if anyone has a better idea, welcome.
Actually the command is notify-send, yes, you have it available when you install notify-bin
¬¬ Can you tell me where I said the command was notify-bin? I talked about the package that handles notifications, not the command to use it.
Relax partner, I did not do it with the intention of trolling far from it 😉
Is that little programming knowledge?
Yup .. Very little programming knowledge. 😛