Skip to content

Latest commit

 

History

History
24 lines (17 loc) · 616 Bytes

README.md

File metadata and controls

24 lines (17 loc) · 616 Bytes

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