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

https://github.com/labteral/beak

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

duckduckgo duckduckgo-search

Last synced: 4 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)
```