Skip to content

caseybrichardson/SlackMe

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 

Repository files navigation

SlackMe

SlackMe allows you to start a long running process and then forget it until it messages you at the Slack webhook you provide.

Installation

Note: Because I'm lazy you're gonna have to go and install requests yourself. Simple enough.

Put slackme in a bin folder that's in your path.

Usage

Note: You must set the "SLACK_WEBHOOK" environment variable to the webhook you get from Slack from the channel you wish to ping on completion.

To use, simply pass the command you wish to run as an argument to slackme. e.g. The following command will wait for 5 seconds and then ping your webhook: slackme sleep 5

About

Python script that will ping you when your long running commands finish

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages