request http with common lisp

Discussion of Common Lisp
Post Reply
djdebaviere
Posts: 13
Joined: Fri Dec 04, 2009 1:30 pm

request http with common lisp

Post by djdebaviere » Fri Dec 04, 2009 1:52 pm

hi,
we have a project in common lisp to make a parser of a website. this parser take the URL of the website like argument en return some speacial information about the website. my problem is I don't know how the to connect in the website using only the url. if you have an exemple of a program to do it please help me.

thanks

Harleqin
Posts: 71
Joined: Wed Dec 17, 2008 5:18 am
Location: Bonn, Germany

Re: request http with common lisp

Post by Harleqin » Mon Dec 14, 2009 11:38 am

Drakma can be used to get the page, and Closure HTML to parse it.
"Just throw more hardware at it" is the root of all evil.
Svante

Post Reply