Skip to content

Commit

Permalink
up
Browse files Browse the repository at this point in the history
  • Loading branch information
AWeirdDev authored Aug 18, 2024
1 parent 685ee1c commit 799dd1d
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,11 +1,19 @@
> Notice: Duckduckgo Javascript modules are in beta. Read the docs to learn more.
<div align="center">

# ddginternal
Duckduckgo search using the internal APIs.

[📖 Documentation](https://aweirddev.github.io/ddginternal)[🐙 GitHub](https://github.com/AWeirdDev/ddginternal)

</div>

```python
from ddginternal import search

search("chocolate")
# Result(web=[...23], images=[...20], news=[...5])
# Result(web=[...23], images=[...20], news=[...5], abstract=Abstract())
```

The numbers indicate the amount of results received.
Expand Down

0 comments on commit 799dd1d

Please sign in to comment.