codebeast77 / github_repo_downloader

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

GitHub Repo Downloader

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

TODO:

Add progressbar in the terminal Add support for other search parameters

About

License:Do What The F*ck You Want To Public License


Languages

Language:Jupyter Notebook 88.6%Language:Python 11.4%