Skip to content

Project recommendation using GitHub (web APIs, Command Line programs)

Notifications You must be signed in to change notification settings

vikshahrepos/github_project_recommendation_tool

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

28 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Project Recommendation using GitHub

  • It takes username (of GitHub) as a command line argument
  • It'll print user's language of choice (favorite language) based on the repositories of the user
  • It'll print all the repositories that were committed recently for that particular programming language. For e.g. if user's favorite language is Python, it'll print all the recent commits/repositories for Python.

To run this program from command line, please enter:

  • $ python3 github_project.py --user repoZTrees

    or

  • $ python3 github_project.py -u repoZTrees

  • $ python3 github_project.py -h

    or

  • $ python3 github_project.py --help

About

Project recommendation using GitHub (web APIs, Command Line programs)

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages