Skip to content

msdeep14/trackGitHubStars

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 

Repository files navigation

trackGitHubStars

python script to find top 10 starred repos of user

Requirements

  1. urllib, urllib2, cookielib
  2. requests
  3. BeautifulSoup
  4. lxml

execution

  1. After installing all the dependencies, execute python track.py
  2. Enter GitHub username when prompted, set the number of repos to display by variable top_limit

Contribute

If you come up with more efficient solution, make a pull request