rssparser.lisp

 3 likes

A Web-to-RSS parser in Common Lisp. This software was written because a disappointing number of websites still does not have an RSS or Atom feed so you could subscribe to their updates. The script tries to find new articles on any website according to given criteria (CSS...

rssparser.lisp screenshot 1

License model

  • FreeOpen Source

Platforms

  • Mac
  • Windows
  • Linux
  • Online
  • BSD
  • Self-Hosted  You'll need SBCL and Quicklisp. Follow the instructions from the website.
Discontinued

Last commit was in 2022-03-14.

  No rating
3likes
1comment
0news articles

Features

Suggest and vote on features
  1.  Portable

 Tags

rssparser.lisp News & Activities

Highlights All activities

Recent activities

  • TBayAreaPat replied to a comment / review on rssparser.lisp
    8 months ago
  • TBayAreaPat commented on rssparser.lisp
    8 months ago

    Confusing to most to download and set up

  • cthulhux replied to a comment / review on rssparser.lisp
    8 months ago
  • TBayAreaPat commented on rssparser.lisp
    11 months ago

    Confusing to most to download and set up

Show all activities

rssparser.lisp information

  • Developed by

    Unknown
  • Licensing

    Open Source and Free product.
  • Alternatives

    11 alternatives listed
  • Supported Languages

    • English

AlternativeTo Category

News & Books

Our users have written 1 comments and reviews about rssparser.lisp, and it has gotten 3 likes

rssparser.lisp was added to AlternativeTo by tux0r on Nov 11, 2016 and this page was last updated Mar 21, 2024.

Comments and Reviews

   
 Post comment/review
TBayAreaPat
Jul 31, 2024
0

Confusing to most to download and set up

tux0r
Oct 30, 2024

Suggestions to improve the process are welcome. (Disclosure: I'm the author.)

TBayAreaPat
Oct 30, 2024

I like the idea of parsing websites to RSS. The only lisp programming I know of is for Autocad (being in that field). The average person doesn't likely know where to begin with a lisp program these days. The first thing I would want to know is where to point the program. Are lisp routines commonly added to RSS feeder programs? Is it command line? How would I get this thing started/ what program would I need?

What is rssparser.lisp?

A Web-to-RSS parser in Common Lisp. This software was written because a disappointing number of websites still does not have an RSS or Atom feed so you could subscribe to their updates. The script tries to find new articles on any website according to given criteria (CSS selectors) and parse them into a valid RSS feed so you can subscribe to them in your usual RSS feed reader.