Re: pulling info from website

2005-01-12 Thread Jorgen Grahn
On 10 Jan 2005 16:06:33 GMT, Duncan Booth <[EMAIL PROTECTED]> 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 reade

Re: pulling info from website

2005-01-10 Thread Rick Holbert
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/feeds/news/ukfs_news/front_page/rss091.xml bob wrote: > i am trying to write a script for Xbox media center th

Re: pulling info from website

2005-01-10 Thread Duncan Booth
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 proba

pulling info from website

2005-01-10 Thread bob
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??? -- http://mail.python.org/mailman/listinfo/python-list