deedy5 / duckduckgo_search

Search for words, documents, images, videos, news, maps and text translation using the DuckDuckGo.com search engine. Downloading files and images to a local hard drive.
MIT License
927 stars 117 forks source link

v6.0.0 Migrate to `pyreqwest_impersonate`, AsyncDDGS: all functions with `a` #216

Closed deedy5 closed 1 month ago

deedy5 commented 1 month ago

1) migrate to pyreqwest_impersonate, 2) AsyncDDGS: all functions with a (text() -> atext())

dbmanifest commented 1 month ago

Can I ask what the rationale was for switching to pyreqwest_impersonate? It requests a Rust toolchain and keeps your library from being used in Vercel serverless applications.

deedy5 commented 1 month ago

Hi. The old versions stop working, I have to figure out new ways. For now, use the version with httpx - pip install duckduckgo_search==5.3.1b1. Show me the logs/links/whatever so I can understand the problem and help with a solution.