https://github.com/mehrshadmohammadi/github-search-automatically
This is a program written in Go language that we can use to quickly search inside GitHub. This program helps security researchers
https://github.com/mehrshadmohammadi/github-search-automatically
api github-search information-security recan security security-tools
Last synced: 27 days ago
JSON representation
This is a program written in Go language that we can use to quickly search inside GitHub. This program helps security researchers
- Host: GitHub
- URL: https://github.com/mehrshadmohammadi/github-search-automatically
- Owner: MehrshadMohammadi
- Created: 2023-02-20T13:57:47.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2023-02-21T01:05:33.000Z (almost 3 years ago)
- Last Synced: 2024-06-21T13:00:07.496Z (over 1 year ago)
- Topics: api, github-search, information-security, recan, security, security-tools
- Language: Go
- Homepage:
- Size: 8.79 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# GitHub-Search-Automatically
**GitHub-Search-Automatically** - us to quickly search for a word or several words in GitHub
## What does this program do?
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
```