Skip to content

rahulk32/Most-popular-repositories-of-a-given-organization

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 

Repository files navigation

Most-popular-repositories-of-a-given-organization

We are here to find the most famous repositories of a given organization on Github based on the number of forks. Also for each top n such repositories we have to find the top m committees.

Step1=> Run the following command in Command prompt:-
pip install requests

Step2=> Now we wil need a python3 ide for example- Spyder,PyCharm.

Step3=> Now run get_repos.py program file on python ide for getting repositories of organization. After running python program when prompted for input enter organization name,value of n and m. (Here n is number of famous repositories of organization that want based on number of fork count And m is number of top committes that we want to know for above repositories).

After giving the input you will get top n famous repositories of a given organization on Github and their top m committes.

Output:-

Screenshot (17)

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages