A simple Python script to get details of no.of best matching results for any search query on GitHub
The CSV generated is tab-seperated ( /t )
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
- Repository Topics
- Dictionary of the Languages used in the Repository along with the % share of every language
Add progressbar in the terminal Add support for other search parameters