Skip to content

A simple Python script to get details of top 1000 best matching results for any search query on GitHub

License

Notifications You must be signed in to change notification settings

backtrackbaba/github-search-api

Repository files navigation

GitHub Search API

A simple Python script to get details of top 1000 best matching results for any search query on GitHub

The CSV generated is pipe-seperated ( | )

The headers are as follows

  • Repository Name
  • Repository Description
  • No of Repository Stars
  • No of Repository Watchers
  • No of Repository Forks
  • Repository License
  • Repository Issues Count
  • Repository Relevance Score to the query
  • Main Language of the Repository
  • Dictionary of the Languages used in the Repository along with the % share of every language

TODO:

Add progressbar in the terminal Add support for other search parameters

About

A simple Python script to get details of top 1000 best matching results for any search query on GitHub

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published