Skip to content

Example of a script to accept WebHooks from AllMyChanges and post notifications to different Slack channels

Notifications You must be signed in to change notification settings

AllMyChanges/allmychanges-to-slack

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

Example of a script to accept WebHooks from AllMyChanges and post notifications to different Slack channels

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages