Automate news seacrh from other websites

R

royend

Hi.
Everyday of my life the last year has started by searching through a
lot websites in order to find the latest news, and then making a link
to that news from my webpage. What I have always dreamt about is some
kind of automation.

Is it possible to make a script in ASP that searches through a website
and gathers info on title, URL and such, and then automatically
inserting it into my website (via for instance a SQL database)?

Looking forward to your answers.
 
M

Mike Brind

Hi.
Everyday of my life the last year has started by searching through a
lot websites in order to find the latest news, and then making a link
to that news from my webpage. What I have always dreamt about is some
kind of automation.

Is it possible to make a script in ASP that searches through a website
and gathers info on title, URL and such, and then automatically
inserting it into my website (via for instance a SQL database)?

Looking forward to your answers.

http://www.aspfaq.com/show.asp?id=2173, then use regular expressions to
extract the bits you are interested in.

--Mike Brind
 
R

royend

Thanks!
It really worked...

Also, if someone out there has problems with international characters
when outputting the result, try putting this in your ASP-code:

Response.Charset = "latin1"

Then the charset is forced to "latin1" (iso-8859-1), but you can use
other values as well. Consult MSDN for valid values.

royend:)
 
R

Ron Hinds

Hi.
Everyday of my life the last year has started by searching through a
lot websites in order to find the latest news, and then making a link
to that news from my webpage. What I have always dreamt about is some
kind of automation.

Is it possible to make a script in ASP that searches through a website
and gathers info on title, URL and such, and then automatically
inserting it into my website (via for instance a SQL database)?

Looking forward to your answers.

Isn't that exactly what RSS is for?

http://www.w3schools.com/rss/default.asp
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

No members online now.

Forum statistics

Threads
474,141
Messages
2,570,817
Members
47,362
Latest member
ChandaWagn

Latest Threads

Top