Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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: about 2 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