oslo.tools/oslobot
melissaml a770c21c06 Trivial: Update pypi url to new url
Pypi url changed from [1] to [2]

[1] https://pypi.python.org/pypi/<package>
[2] https://pypi.org/project/<package>

Change-Id: I2c0bf3844e9c56f78269ac1746c780b640dd1e9c
2018-04-21 13:27:41 +08:00
..
plugins/oslobot Trivial: Update pypi url to new url 2018-04-21 13:27:41 +08:00
README.rst Add oslo admin-assistant bot 2016-08-11 14:53:18 -07:00
config.py Add oslo admin-assistant bot 2016-08-11 14:53:18 -07:00
requirements.txt Add oslo admin-assistant bot 2016-08-11 14:53:18 -07:00

README.rst

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

  1. Read up on errbot
  2. Setup a virtualenv
  3. Enter that virtualenv
  4. Install the requirements.txt into that virtualenv, typically performed via pip install -r requirements.txt after doing pip install pip --upgrade to get a newer pip package.
  5. Adjust config.py and provide it a valid (or unique IRC nickname and admins).
  6. Run errbot -d -p $PWD/oslobot.pid
  7. Profit.