View Single Post
Join Date: Jan 2009
Posts: 4
Reputation: noamjob is an unknown quantity at this point 
Solved Threads: 0
noamjob noamjob is offline Offline
Newbie Poster

query inside a webpage with Python

 
0
  #1
Jan 5th, 2009
Hi,
I want to perform a search with Python in this site:
http://www.draftexpress.com/search.php

I want to search for a player who's first name is "james".
The problem: The page with the result's url is:
http://www.draftexpress.com/search.php#results

Obviously, when opening this page directly, I don't get the page with the results for "james"...

I need to perform this kind of search automatically in other sites like that, so I don't want any local solution, if there is.

I need to make my program somehow make this query and I don't know how. Do anyone have a suggestion? (A code example would be great).

Help me please...
Reply With Quote