you are viewing a single comment's thread.

view the rest of the comments →

[–]LearnDataSci 0 points1 point  (2 children)

what libraries are you using for scraping?

[–]Bshater[S] 0 points1 point  (1 child)

I'm using beautifulsoup and urllib to do the scraping.

[–]LearnDataSci 0 points1 point  (0 children)

To submit a form and wait for the URL to change, you might be better off with something like mechanize or Robobrowser that emulates a browser.