python-duckduckgo
python-duckduckgo copied to clipboard
A library for querying the Duck Duck Go API
You literaly just need to replace **only one line** ! This line: ```python import urllib2 ``` Need to be replaced by this line: ```python import urllib.request as urllib2 ``` If...
>duckduckgo.query('calculator').answer.type 'calc' > duckduckgo.query('calculator 2+2').answer.text ''" >duckduckgo.query("2+2").answer.text "" How to fix this
I made this lib to work with python 3 as it it heavily outdated
This is for HacktoberFest. Kindly don't decline the request. If don't want to accept then just ignore. But please don't decline.
Dear mikejs, I have the following problem, if I want to use the `get_zci()` method I get a random ``` bash Traceback (most recent call last): File "get-search-engine-hits.py", line 12,...
Hi, what is the correct way to use it to be able to convert units and currency? Thanks!
Made the usage more straightforward.
- fix print function. - fix urllib module. - fix the README.rst file.