Ecosyste.ms: Awesome
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: 25 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 (almost 4 years ago)
- Default Branch: master
- Last Pushed: 2021-02-09T01:17:31.000Z (almost 4 years ago)
- Last Synced: 2024-11-15T21:43:47.549Z (about 2 months ago)
- Topics: duckduckgo, duckduckgo-search
- Language: Python
- Homepage:
- Size: 16.6 KB
- Stars: 1
- Watchers: 3
- 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)
```