msdeep14 / trackGitHubStars

python script to find top 10 starred repos of user

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

python script to find top 10 starred repos of user

License:MIT License


Languages

Language:Python 100.0%