need a help!

Dave Angel davea at ieee.org
Sat May 23 16:19:34 EDT 2009


Minh Doan wrote:
> Hi,
>
> I'm a newbie to python. I am having stuck with the following problem. I want
> to download the info(price) from fromcity to tocity at a certain time from
> kayak.com website. If we do it manually, we can go to the website, choose
> the appropriate info we want to get and press SEARCH. How can i do it in
> python ?
>
> I hope someone could help me deal with the problem.
> Thanks
> ----
> Minh Doan
>
>   
I'd start by researching the following two links.

http://www.kayak.com/labs/
http://www.programmableweb.com/api/kayak

You'll need to register with them to get an affiliate id, but this 
should get you started.




More information about the Python-list mailing list