oslo.tools/oslobot/README.rst

903 B

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.