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
- Host: GitHub
- URL: https://github.com/labteral/beak
- Owner: labteral
- License: gpl-3.0
- Created: 2021-02-08T22:44:05.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2021-02-09T01:17:31.000Z (over 4 years ago)
- Last Synced: 2025-03-09T03:48:09.006Z (4 months ago)
- Topics: duckduckgo, duckduckgo-search
- Language: Python
- Homepage:
- Size: 16.6 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# beak
## Usage
```python
from beak import Beakbeak = Beak()
for result in beak.search('query'):
print(result)
```