/pyconhk2018-sample-code

A sample bot for "Collaboration hack with slackbot " that PyCon HK 2018 Talk session.

Primary LanguagePython

pyconhk2018-sample-code

this repository source code is a sample for Collaboration hack with slackbot - PyCon Hong Kong.

Usage

  1. install requirements libraries.

    $ python -m venv venv       # if you needs :-)
    $ source venv/bin/activate  # if you needs :-)
    (venv) $ pip install -r requirements.txt
  2. copy and update for your environment.

    (venv) $ cp slackbot_settings.py.example slackbot_settings.py
  3. (optional) if you would like to use github_plugin, you need update a dictionary reviewers included by github_plugin.py

  4. run

    (venv) $ python run.py