5b1f6f6b47
This bot can currently do the following: * Periodically report on periodic status jobs in either simple or verbose mode. * Find a projects meeting notes. * Run in IRC (it should also work in slack, or other errbot supported backend). Change-Id: I5df76ecd1352d4e3fb2a5a238163cf65257fc440 |
||
---|---|---|
.. | ||
plugins/oslobot | ||
config.py | ||
README.rst | ||
requirements.txt |
Oslo admin bot
A tiny bot that will help in doing some periodic checks and other oslo (the project) activities such as stating when weekly meetings are and (periodically) checking (and reporting on) the periodic oslo jobs and various other nifty functionality that we can think of in the future (if only we all had an administrative assistant).
How to use it
- Read up on errbot
- Setup a virtualenv
- Enter that virtualenv
- Install the
requirements.txt
into that virtualenv, typically performed viapip install -r requirements.txt
after doingpip install pip --upgrade
to get a newer pip package. - Adjust
config.py
and provide it a valid (or unique IRC nickname and admins). - Run
errbot -d -p $PWD/oslobot.pid
- Profit.