Skip to content

Latest commit

 

History

History
34 lines (23 loc) · 887 Bytes

README.md

File metadata and controls

34 lines (23 loc) · 887 Bytes

AllMyChanges.com to Slack Integration

This script starts as a daemon and listen on a TCP port for calls from AllMyChanges.

Read AllMyChanges.com's help page how to setup a web-hook.

Script uses a python-processor to build a processing pipeline.

Installation

sudo apt-get install python3-dev
virtualenv --python=python3 env
source env/bin/activate
pip install -r requirements.txt

cp settings.py.example settings.py

After that, edit settings.py and enter all necessary settings.

Output by email was added as example, to demostrate that you could not only notify to slack, but also sedn data to different placess simultaneously and use different message formats.