Chakib Benziane

Results 69 comments of Chakib Benziane

The issue is you have to pretty much use a self hosted instance of searx as the public ones don't offer API access. So I still think it would be...

quick update: I implemented sending the query to the container through docker API's socket. This allows to truly send arbitrary commands and fully simulates sending input through a TTY. The...

@hwchase17 I moved the discussion on sandboxing to #1031 not to keep this PR blocked and to separate concerns between development images and security ones. This should be good to...

@hwchase17 feel free to merge this one. It provides all what is needed for developing inside docker containers. The makefile is optional and only included if docker is detected on...

@pruksmhc The issue is the missing poetry `extras` in the built image. I did not include all the extras. The docker image is built with `poetry export --with dev` dependencies,...

@pruksmhc it should be fixed now. I had to downgrade to python `3.10` to install all extras. There is still the possibility to build a slimmer image with dev only...

@eyurtsev I merged the conflicts, however since someone already made docker_tests rule I kept it since it uses an image for tests only. This PR also includes a docker test...

I am almost done with the base features of the module. I made it mirror the usage of the Google Search utility, but since it outputs results in JSON and...

Hi @yaodongC . There should be two reasons for this problem. 1. You need to enable the `json` output format in the searx configuration under the `search.formats` key like this:...

I made the wrapper easy to use like google and serpapi, I also tried to cover as much details in the documentation and example notebook. I also added a note...