Search keywords in multiple GitHub org and get output in a CSV file
- Click on Actions.
- Choose gitkhoj under All Workflows.
- Enter the keywords separated by a comma if there are multiple keywords, and initiate the process.
- Download the report once the scan is finished.
git clone https://github.com/Suraj-Freshworks/gitkhoj.git
cd gitkhoj
python3 main.py -t <GH_TOKEN> -q keyword1,keyword2,keyword3
To generate a <GH_TOKEN>, go to Settings by clicking your profile icon on the top-left. Then, click on Developer settings choose "Token (classic)" under the "Personal Access Tokens" menu, add a note, select "repo" under scopes, and click "Generate token". After generating the token, authorize all the orgs the search needs to be done.