https://github.com/aweirddev/ddginternal
Simple Duckduckgo search (beta).
https://github.com/aweirddev/ddginternal
ddg duckduckgo duckduckgo-api duckduckgo-search duckduckgo-search-api
Last synced: 7 months ago
JSON representation
Simple Duckduckgo search (beta).
- Host: GitHub
- URL: https://github.com/aweirddev/ddginternal
- Owner: AWeirdDev
- Created: 2024-08-09T13:30:38.000Z (11 months ago)
- Default Branch: main
- Last Pushed: 2024-08-23T10:32:24.000Z (10 months ago)
- Last Synced: 2024-10-29T21:45:42.937Z (8 months ago)
- Topics: ddg, duckduckgo, duckduckgo-api, duckduckgo-search, duckduckgo-search-api
- Language: Rust
- Homepage: https://aweirddev.github.io/ddginternal
- Size: 620 KB
- Stars: 2
- Watchers: 1
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
> Notice: Duckduckgo Javascript modules are in beta. Read the docs to learn more.
# ddginternal
Duckduckgo search using the internal APIs.[📖 Documentation](https://aweirddev.github.io/ddginternal) • [🐙 GitHub](https://github.com/AWeirdDev/ddginternal)
```python
from ddginternal import searchsearch("chocolate")
# Result(web=[...23], images=[...20], news=[...5], abstract=Abstract(...))
```The numbers indicate the amount of results received.
**Key features**:
- Private. Can your Google do that?
- Light. One dependency explains it all.
- Rust-backed. Faster parsing.***
(c) 2024 AWeirdDev