DEPRECATED - Firefox Release Health dashboard IRC bot
Перейти к файлу
Mark Côté 2c25cfe78b Set an ircname, defaulting to source repo URL. 2016-04-19 14:01:23 -04:00
releasehealth Set an ircname, defaulting to source repo URL. 2016-04-19 14:01:23 -04:00
test Add missing comma in test/README.md. 2016-04-18 01:53:34 -04:00
.gitignore Add test/query_values.json to .gitignore. 2016-04-18 01:08:19 -04:00
LICENSE Add LICENSE (MPL 2.0). 2016-04-18 21:28:01 -04:00
Procfile Add Heroku Procfile. 2016-04-07 20:20:54 -04:00
README.md READMEs are markdown, not ReST... 2016-03-31 22:26:18 -04:00
releasehealth-bot.py Initial commit. 2016-03-31 22:20:56 -04:00
requirements.txt Initial commit. 2016-03-31 22:20:56 -04:00

README.md

releasehealth-bot is an IRC bot that polls Bugzilla for changes in the number of bugs returned for select queries. These queries are fetched from the releasehealth dashboard to eliminate redundancy.

It uses Redis to store historical data. That data could also conceivably be used to plot trends.

releasehealth-bot is configured entirely via environment variables. See releasehealth/config.py for a documented list of options. Several are mandatory; others have more-or-less sensible defaults.

To install, preferably create and activate a virtualenv, then run pip install -r requirements.txt.

To run, set your required environment variables, and then launch python releasehealth-bot.py.