Script,getting info from inet
#1
i just started with python, i have read the fine guide that alx5962 and others wrote.and now i want to create a tv guide script for belgian tv.
a lot of scripts get their info from the internet (tvguide-script,news-scripts,...)
now i'm looking for a way to get info to the xbox from these pages:
http://www.teveblad.be/ndl/grid.asp
http://www.teveblad.be/ndl/now.asp
can someone help me or give me some interesting links?
Reply
#2
look at the source code of other scripts that do this, you'll need to import urllib and then you can do stuff like foo = urlib.urlopen("[url]http://www.foobar.com"[/url])

good luck
Reply

Logout Mark Read Team Forum Stats Members Help
Script,getting info from inet0