Skip to content

eon01/Hippy

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Hippy

A Python Wrapper For Hipchat Apiv2

Sending Notifications

Get you access token and find the room id. You can choose the color (yellow, green, red, purple, gray, random), to notify the room or not (True, False) and the type of the message you're sending.

You can send messages to HipChat rooms as text, html, or cards.

  • The HTML will be curated by HipChat.
  • Allowed HTML tags: a, b, i, strong, em, br, img, pre, code, lists, tables.
from api.notify import Notify

key = ""
room_id = ""
n = Notify(key, room_id)
n.notify( "Testing Hippy", "red", "false", "text")

More documentation could be found on the official Hipchat website: https://developer.atlassian.com/hipchat/guide/sending-messages

About

A Python Wrapper For Hipchat Api v2

Resources

License

Stars

0 stars

Watchers

2 watching

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages