Skip to content

Latest commit

 

History

History
16 lines (14 loc) · 1.02 KB

README.md

File metadata and controls

16 lines (14 loc) · 1.02 KB

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