https://github.com/afonsobspinto/geppettoclientstats
Custom scrapper to evaluate geppetto client code quality stats
https://github.com/afonsobspinto/geppettoclientstats
Last synced: about 2 months ago
JSON representation
Custom scrapper to evaluate geppetto client code quality stats
- Host: GitHub
- URL: https://github.com/afonsobspinto/geppettoclientstats
- Owner: afonsobspinto
- Created: 2019-10-30T16:25:40.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2021-06-02T00:50:47.000Z (about 4 years ago)
- Last Synced: 2025-02-16T07:44:22.519Z (4 months ago)
- Language: Python
- Homepage:
- Size: 9.33 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
[](https://www.python.org/)
[](https://twitter.com/metacell)# GeppettoClientStats
Custom scrapper to evaluate geppetto client code quality stats
## Getting Started
0. Create and activate a python virtual environment
1. `pip install -r requirements.txt`
2. Create an _.env_ file with your [GITHUB_ACCESS_TOKEN](https://github.com/settings/tokens)
3. Tune settings.py to your taste
4. `python3 src/scrapper.py`## Built With
- [PyGithub](https://github.com/PyGithub/PyGithub) - Typed interactions with the GitHub API v3## Authors
* Afonso Pinto ([MetaCell](http://metacell.us))