oslo.tools/oslobot
Hervé Beraud 201b537f95 Moving to OFTC
http://lists.openstack.org/pipermail/openstack-discuss/2021-May/022724.html

Change-Id: I3db9febff755b9f009489b6c1659de103dcbdbbf
2021-06-04 13:56:58 +02:00
..
plugins/oslobot Remove all usage of six library 2020-10-06 16:38:22 +08:00
README.rst Add oslo admin-assistant bot 2016-08-11 14:53:18 -07:00
config.py Moving to OFTC 2021-06-04 13:56:58 +02:00
requirements.txt Remove all usage of six library 2020-10-06 16:38:22 +08: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.