GitHub-Search-Automatically - us to quickly search for a word or several words in GitHub
This program helps us to quickly search for a word or several words in GitHub. As a result, security researchers who are looking for important information about their target in GitHub, this program helps them.
-
note: "that you will need to replace YOUR_GITHUB_ACCESS_TOKEN with your actual GitHub access token to make this program work. You should also be aware of GitHub's rate limits for API requests, and ensure that your program handles any errors that may arise during the request and response process. "
go install github.com/MehrshadMohammadi/GitHub-Search-Automatically/main.go@v1.0.0
git clone https://github.com/MehrshadMohammadi/GitHub-Search-Automatically.git
cd yourrepository/yourprogram
go build
# or
go install
GitHub-Search-Automatically -f FILE_NAME -t GITHUB_ACCESS_TOKEN