Velocity Reviews - Computer Hardware Reviews

Velocity Reviews > Newsgroups > Programming > Python > pulling info from website

Reply
Thread Tools

pulling info from website

 
 
bob
Guest
Posts: n/a
 
      01-10-2005
i am trying to write a script for Xbox media center that will pull
information from the bbc news website and display the headlines , how do i
pull this info into a list???


 
Reply With Quote
 
 
 
 
Duncan Booth
Guest
Posts: n/a
 
      01-10-2005
bob wrote:

> i am trying to write a script for Xbox media center that will pull
> information from the bbc news website and display the headlines , how
> do i pull this info into a list???
>
>


Google for "Python RSS reader" and read some of the results.

http://effbot.org/zone/effnews.htm probably answers many of your questions,
especially since he uses the BBC news headlines as an example.
 
Reply With Quote
 
 
 
 
Rick Holbert
Guest
Posts: n/a
 
      01-10-2005
Bob,

Have a look at feedparser:

http://www.feedparser.org/
http://diveintomark.org/projects/feed_parser/

For bbc news feeds, I use the following url:

http://www.bbc.co.uk/syndication/fee...age/rss091.xml

bob wrote:

> i am trying to write a script for Xbox media center that will pull
> information from the bbc news website and display the headlines , how do i
> pull this info into a list???


 
Reply With Quote
 
Jorgen Grahn
Guest
Posts: n/a
 
      01-12-2005
On 10 Jan 2005 16:06:33 GMT, Duncan Booth <> wrote:
> bob wrote:
>
>> i am trying to write a script for Xbox media center that will pull
>> information from the bbc news website and display the headlines , how
>> do i pull this info into a list???

>
> Google for "Python RSS reader" and read some of the results.


And for the general (and fundamentally broken) approach, google for "web
scraping".

/Jorgen

--
// Jorgen Grahn <jgrahn@ Ph'nglui mglw'nafh Cthulhu
\X/ algonet.se> R'lyeh wgah'nagl fhtagn!
 
Reply With Quote
 
 
 
Reply

Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
Pulling info with Regular Expression... scole954387@gmail.com HTML 5 05-28-2006 06:41 PM
HELP! pulling information into a website afadich@gmail.com Javascript 1 12-07-2005 10:42 AM
Pulling image from other website Steven Java 9 02-02-2005 02:02 PM
Error when pulling up .aspx page Dave ASP .Net 1 11-18-2003 02:36 AM
Pulling DataSet From WebMethod -- Possible? Temp ASP .Net 1 08-11-2003 05:13 AM



Advertisments