python script to find top 10 starred repos of user
- urllib, urllib2, cookielib
- requests
- BeautifulSoup
- lxml
- After installing all the dependencies, execute
python track.py
- Enter GitHub username when prompted, set the number of repos to display by variable top_limit
If you come up with more efficient solution, make a pull request