Rohith PR

Results 15 comments of Rohith PR

Hi, as stated in the README file, I am no longer able to maintain this project. Sorry!

Nope, I this project isn't maintained anymore and has quite a few bugs even with Google & Bing search. Feel free to fork it though.

I've already set up a [service](https://github.com/rohithpr/search-api) that solves it. It waits for 3-10 seconds and then makes the request to Google to prevent blocking. I'm considering an option to introduce...

This is what I suggest: Within pws: ``` if type(sleep) == int: wait(sleep) elif sleep == True: # backward compatibility, people are using it by passing boolean values wait(1) ```...

I'm just trying to keep things simple and satisfy a general issue. In many cases there are students who are new to scraping and they'll be blocked for a long...

``` About the dependencies, pip install selenium solves the problem of webdriver for Firefox. So, unfortunately, according to what you answered previously, splinter effectively requires a dependency to work (moreover,...

Hi @orf! Pinging you to see if you had a chance to check out my comments above. Please let me know if you have any thoughts about that, or if...

Have you made a release on PyPI after the changes?

How about leaving python 2 behind and making python 3 branch as the master branch?