py-bing-search
py-bing-search copied to clipboard
Python Bing Search API
Whenever, we try to execute this following command, using bing web search. We are getting this error. `second_fifty_result= bing_web.search(limit=1, format='json') #51-100` In the above code, `bing_web.search` is not working. I...
Hi, I am getting this kind of error; HTTPSConnectionPool(host='api.datamarket.azure.com', port=443): Max retries exceeded with url: /Bing/Search/Web?Query=%27Head%20%26%20Shoulders%27&$top=50&$skip=0&$format=json (Caused by NewConnectionError(': Failed to establish a new connection: [Errno 110] Connection timed out',))...
This is what I got: `py_bing_search.py_bing_search.PyBingImageException: Request returned with code 401, error msg: The authorization type you provided is not supported. Only Basic and OAuth are supported `
Hey, great library - thanks for doing this. I'm having a bit of trouble with the auth. I'm sure I'm being a bonehead but I'm stuck. I followed the directions...
by default, `requests.get` has no timeout. I've been getting issues with Bing sitting there randomly with some searches. By adding the `timeout=` field, we throw a `requests.exceptions.ReadTimeout` exception if set...