Skip to content

st3fan/security-review-statistics

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 

Repository files navigation

Change the following two lines in scripts/update-review-statistics.py to match your server:

SERVER_URL="http://127.0.0.1:5000"
SERVER_KEY="SECRET"

Then run the stats like this:

$ cd security-review-statistics
$ virtualenv env
$ source env/bin/activate
(env) $ pip install requests
(env) $ cd scripts
(env) $ ./update-review-statistics.py username@mozilla.com

Enter your bugzilla account password and the script will collect statistics and report them back to the server to make fancy charts.

About

Mozilla Security Review Statistics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published