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

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

Awesome Lists containing this project

README

        

[![made-with-python](https://img.shields.io/badge/Made%20with-Python-1f425f.svg)](https://www.python.org/)
[![Twitter Follow](https://img.shields.io/twitter/follow/metacell.svg?label=follow&style=social)](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))