Skip to content

A commandline python tool to search and parse GitHub.com for keywords that are provided in a newline seperated list

Notifications You must be signed in to change notification settings

jaredscottwilson/GithubHunting

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 

Repository files navigation

github hunting

A commandline python tool to search and parse external github for keywords that are provided in a newline seperated list

Three switches are required:

-e [github email address]

-p [github password]

-l [filename of the local file with newline seperated list of search terms in the same working directory as the script]

Example:

python3 githunt.py -e [email protected] -p ThisIsABadPassword123 -l search_these_keywords.txt

NOTE: Depending on the special characters in your password/email, you may need to encase with single quotes.

About

A commandline python tool to search and parse GitHub.com for keywords that are provided in a newline seperated list

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages