> cat /dev/github | grep security-tools
discovered 30 Mar 2026

github-search

Python ★ 1474 via github-topic
→ View on GitHub

AI Summary: GitHub Search is a collection of tools designed to perform advanced searches on GitHub repositories using bash, Python, and PHP. It primarily facilitates users in conducting tailored searches across GitHub by leveraging personal access tokens for authentication, enhancing the search capability and efficiency. Notable features include support for multiple scripting languages and a straightforward setup process through environment variable configuration or a tokens file.


README

github-search

A collection of tools to perform searches on GitHub.

bash badge python badge php badge MIT license badge twitter badge


Install

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,...

Documentation

https://10degres.net/github-tools-collection/


Feel free to open an issue if you have any problem with the script.