Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/labteral/beak

Unofficial Python client for DuckDuckGo
https://github.com/labteral/beak

duckduckgo duckduckgo-search

Last synced: 25 days ago
JSON representation

Unofficial Python client for DuckDuckGo

Awesome Lists containing this project

README

        

# beak

## Usage
```python
from beak import Beak

beak = Beak()

for result in beak.search('query'):
print(result)
```