Skip to content

Latest commit

 

History

History
46 lines (31 loc) · 1.2 KB

README.md

File metadata and controls

46 lines (31 loc) · 1.2 KB

GitHub-Search-Automatically

GitHub-Search-Automatically - us to quickly search for a word or several words in GitHub

What does this program do?

OsmedeusEngine

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

Installation

GO install

go install github.com/MehrshadMohammadi/GitHub-Search-Automatically/main.go@v1.0.0 

Directly through GitHub

git clone https://github.com/MehrshadMohammadi/GitHub-Search-Automatically.git
cd yourrepository/yourprogram
go build
# or
go install

Usage

GitHub-Search-Automatically -f FILE_NAME -t GITHUB_ACCESS_TOKEN