Skip to content

Latest commit

 

History

History
26 lines (21 loc) · 553 Bytes

File metadata and controls

26 lines (21 loc) · 553 Bytes

GitGrab

Search git repos for key text. Searches all commits, and code stored in the repo.

Requirements

Python Version: python3.x
Unix as pygithub3 is not supported on windows.

bash install.sh

Running

Navigate to:

cd /<path_to>/hacks/gitgrab

Run:

python gitgrab.py

gitgrab.py has a ui that will handle the rest. Gitcredentials will be prompted on private repos, simpily press [Enter] to skip through these. If correct credentials are supplied the repos will be searched.

Henry Samuelson, Chris Hansen