py-web-search
py-web-search copied to clipboard
TypeError: __init__() got an unexpected keyword argument 'strict'
from pws import Google
from pws import Bing
print(Google.search(query='hello world', num=5, start=2))
print(Bing.search('hello world', 5, 2))
When I run this example, I get this error:
TypeError: init() got an unexpected keyword argument 'strict'
on line 3.
Hi, as stated in the README file, I am no longer able to maintain this project. Sorry!