Re: Error in webscraping problem

2016-11-17 Thread Gregory Ewing
stanleydasilv...@gmail.com wrote: I am trying to solve the following problem. Two numbers appear on a website. The user has to enter the gcd (greatest common divisor) and hit the submit button. The catch is that the time limit is far too slow for any human processes -- it must be fully automate

Re: Error in webscraping problem

2016-11-17 Thread Chris Angelico
On Thu, Nov 17, 2016 at 10:55 python-ideas PM, wrote: > I am trying to solve the following problem. Two numbers appear on a website. > The user has to enter the gcd (greatest common divisor) and hit the > submit button. The catch is that the time limit is far too slow for > any human processes

Error in webscraping problem

2016-11-17 Thread stanleydasilva93
I am trying to solve the following problem. Two numbers appear on a website. The user has to enter the gcd (greatest common divisor) and hit the submit button. The catch is that the time limit is far too slow for any human processes -- it must be fully automated. The numbers change each time th