An open API service indexing awesome lists of open source software.

https://github.com/msdeep14/trackgithubstars

python script to find top 10 starred repos of user
https://github.com/msdeep14/trackgithubstars

beautifulsoup github github-scraper github-scraping github-stars github-stats python python-script python-scripts

Last synced: 8 months ago
JSON representation

python script to find top 10 starred repos of user

Awesome Lists containing this project

README

          

# 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