Stackquery is a python script which gather information from Stackalytics website through their REST API.
The code to get the user information comes from Martina Kollarova launchpadstats script.
Basically, it does the same, except that I'm using prettytable to render the table containing all the information, and some css to make it more cute.
This is a great script for keep track of what your team are doing in OpenStack
The script isn't perfect, and I'm using to improve my python skills, so expect a lot of errors and bad code practices.
You can use a config file with the following content:
TODO: add config file content
Using config file (you need to have a list of users option in the DEFAULT section):
stackquery --config config.ini
stackquery --config config.ini --engineer=arxcruz
stackquery --engineer=arxcruz
stackquery --config config.ini --team=qe
stackquery --config config.ini --team=qe --html
stackquery --config config.ini --team=qe --metric
stackquery --config config.ini --team=qe --all