this repository source code is a sample for Collaboration hack with slackbot - PyCon Hong Kong.
-
install requirements libraries.
$ python -m venv venv # if you needs :-) $ source venv/bin/activate # if you needs :-) (venv) $ pip install -r requirements.txt
-
copy and update for your environment.
(venv) $ cp slackbot_settings.py.example slackbot_settings.py
-
(optional) if you would like to use github_plugin, you need update a dictionary
reviewers
included bygithub_plugin.py
-
run
(venv) $ python run.py