Skip to content

malonem/hipchat-notification-cli

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 

Repository files navigation

hipchat-notification-cli

This cli was created to make it easy to send messages to HipChat rooms using the command line.

Example

Sending 'test' as a message using the -message parameter.

./hipchat-notification-cli -room=<room> -token=<token> -message=test

Sending 'test' passing message through a pipe.

echo "test" | ./hipchat-notification-cli -room=<room> -token=<token>

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages