ATTENTION: You are viewing a page formatted for mobile devices; to view the full web page, click HERE.

DonationCoder.com Software > DC Member Programs and Projects

RSSParser.lisp: A Web-to-RSS parser in a language that doesn't suck

(1/2) > >>

Tuxman:
Sometimes I want to stay up-to-date with a website which does not have a good RSS feed, like KiTTY's. Of course I could use services like feed43. Or I just write my own solution.

rssparser.lisp on Bitbucket Fossil

Example:


--- ---% ./rssparser.lisp add "KiTTY" "http://www.9bis.net/kitty/?action=news&zone=en" ".news" "h1" ""
Success!
   
% ./rssparser.lisp list
1 feed is set up:
   
ID: 23  Title:        KiTTY
        URL:          http://www.9bis.net/kitty/?action=news&zone=en
        Last success: -

% ./rssparser.lisp parse       
By default, the KiTTY website feed will be stored as feeds/feed23.xml then.

Enjoy.

Tuxman:
For those who waited for me to add a web interface because CLI applications are so 90s: You're welcome.



8)

edit: Now with "Add a new feed" functionality.  :Thmbsup:

Attronarch:
Sounds great.

Could you show parsed RSS examples?

Ath:
You could enter this in the NANY 2017 thread, it's a very nice project :up:

Tuxman:
Could you show parsed RSS examples?
-Attronarch (November 06, 2016, 02:09 AM)
--- End quote ---

Sure.



You could enter this in the NANY 2017 thread, it's a very nice project :up:
-Ath (November 06, 2016, 02:30 AM)
--- End quote ---

Thank you. But does it qualify?

Navigation

[0] Message Index

[#] Next page

Go to full version