internet searching program

alex23 wuwei23 at gmail.com
Sat Aug 9 12:10:27 EDT 2008


On Aug 9, 12:59 pm, KillSwitch <gu.yakahug... at gmail.com> wrote:
> Is it possible to make a program to search a site on the internet,
> then get certain information from the web pages that match and display
> them? Like, you would put in keywords to be searched for on
> youtube.com, then it would search youtube.com, get the names of the
> videos, the links, and the embed information? Or something like that.

You might find the mechanize module handy:
http://wwwsearch.sourceforge.net/mechanize/

And possibly BeautifulSoup:
http://www.crummy.com/software/BeautifulSoup/



More information about the Python-list mailing list