Simple tool to obtain various development statistics from a number of web services.
- github
- travis
Download a copy of the source
Unpack and cd into the directory
Build-out:
$ python bootstrap.py $ ./bin/buildout
Create a config file, for example (config.yml):
settings: loglevel: warning #debug output: format: xml location: stats.xml plugins: - travis: user: {github_user} - github: user: {github_user} password: {github_pass} token: {github_secret_token}Run the script:
$ ./bin/collector -c path/to/config.yml