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
- Host: GitHub
- URL: https://github.com/msdeep14/trackgithubstars
- Owner: msdeep14
- License: mit
- Created: 2017-10-01T15:56:14.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2017-10-01T17:49:07.000Z (about 8 years ago)
- Last Synced: 2024-08-07T23:57:12.321Z (over 1 year ago)
- Topics: beautifulsoup, github, github-scraper, github-scraping, github-stars, github-stats, python, python-script, python-scripts
- Language: Python
- Size: 1.95 KB
- Stars: 4
- Watchers: 2
- Forks: 4
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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