readme update

This commit is contained in:
kenna-bmcdevitt 2025-01-21 10:16:38 -06:00
parent 7434e17020
commit 25222877db

View file

@ -91,17 +91,17 @@ python github_searcher.py --query QUERY --search_type SEARCH_TYPE [--get_file_co
8. Search for a specific repository by name and get open pull requests:
```sh
python github_searcher.py --query "apple/swift" --search_type in-repo-name --get_open_pull_requests
python github_searcher.py --query "apple/swift" --search_type by-repo-name --get_open_pull_requests
```
9. Search for a specific repository by name and get file contents:
```sh
python github_searcher.py --query "microsoft/vscode" --search_type in-repo-name --get_file_contents
python github_searcher.py --query "microsoft/vscode" --search_type by-repo-name --get_file_contents
```
10. Search for a specific repository by name and output results in JSON format:
```sh
python github_searcher.py --query "facebook/react" --search_type in-repo-name --json
python github_searcher.py --query "facebook/react" --search_type by-repo-name --json
```
## Output