git clone https://github.com/gwen001/github-search
cd github-search
pip3 install -r requirements.txt
Most of the time GitHub requires a token to perform searches.
You can create a .tokens file in the cloned repo directory with 1 token per line
OR
You can configure an environment variable (recommended) like this: GIHTHUB_TOKEN=token1,token2,...
Feel free to open an issue if you have any problem with the script.