Skip to content

bugblip/slack_webhook

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Using Slack Incoming Webhook with Python

Using webhooks, one can send automated messages (JSON payload) from one app to another. This can be triggered in response to specific events. Creating an Incoming Webhook gives you a unique URL to which you send a JSON payload with the message text and some options.

Installation

Make sure you are running python 3.5.6 or above.

Usage

Make sure to change the Webhook URL , channel name. Run the main.py using python main.py

For more info please refer to my medium blog

About

Sending automated messages to a slack incoming webhook

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages