/trackGitHubStars

python script to find top 10 starred repos of user

Primary LanguagePythonMIT LicenseMIT

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