Charles Boutaud

Results 2 comments of Charles Boutaud

I've tried using GHunt as a lib instead of calling from the terminal and using the following code, based on `get_people_name.py` from the examples, the script runs as expected with...

As a fix, I am currently bypassing the SSL verification with `verify=False` when instantiating the client in `as_client = httpx.AsyncClient()`, but I am not sure if that's the right permanent...