Semaphore integration with slack for triggering pipelines
To run this code,
-
Clone the repo
-
Run
pip3 install -r requirements.txt
-
Update
slack.settings.py
SLACK_CLIENT_ID = "YOUR CLIENT ID" SLACK_CLIENT_SECRET = "YOUR CLIENT SECRET"
-
Run the following commands
pytho3 manage.py makemigrations python3 manage.py migrate python3 manage.py runserver python3 manage.py listener