Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Adds support for searx search #293

Merged
merged 1 commit into from
Jun 10, 2023

Conversation

alexkreidler
Copy link
Contributor

Searx is a "free internet metasearch engine which aggregates results from more than 70 search services" (from their docs). I added a simple beautifulsoup scraper that allows many of the instances on https://searx.space/ to be used without an API key. Uses the bs4, httpx, and pydantic packages which are already in the requirements.txt. Tested it and it works well, although maybe we should add an option to not output just the summary but also the snippets of raw search results.

Searx is a free internet metasearch engine which aggregates
results from more than 70 search services. I added a simple
beautifulsoup scraper that allows many of the instances on
https://searx.space/ to be used without an API key. Uses the
bs4, httpx, and pydantic packages which are already in the
`requirements.txt`.
@TransformerOptimus TransformerOptimus merged commit 488758f into TransformerOptimus:main Jun 10, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants