pypygo

A Python wrapper for the DuckDuckGo instant answer API


Keywords
duckduckgo, ddg, ddgo, search, engine, privacy
License
MIT
Install
pip install pypygo==0.1.1

Documentation

pypygo

https://travis-ci.org/screendriver/pypygo.svg?branch=master https://badge.fury.io/py/pypygo.png https://pypip.in/d/pypygo/badge.png

pypygo - A Python wrapper for the DuckDuckGo instant answer API

>>> import pypygo
>>> q = pypygo.query('GitHub')
>>> q.abstract
'GitHub is a web-based hosting service'...
>>> q.results[0].text
'Official site'
...

See the official DuckDuckGo API.

Installation

To install pypygo, simply:

$ pip install pypygo