Skip to content

Deee92/gh-miner

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Use the GitHub search API to find projects

Running:

  • Create an ./auth-token.txt for the Personal Access Token

  • Authenticate with PAT

  • Then, either:

    • Use the search/code API to find projects, relatively faster
    python3 mine-without-clone.py -f, --filename <name of file to search for, default "pom">
                                  -e, --extension <extension of file to search for, default "xml">
                                  --min <number of stars, default (none)>
                                  --max <number of stars, default (none)>
    

    Example: python3 mine-without-clone.py -f schema -e graphql --min 300

    • [not maintained] Clone repositories to find Maven projects, potentially more detail: python3 mine.py

About

Search for projects on GitHub ⚒️

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages