Created
January 7, 2015 00:05
-
-
Save jfinstrom/e2609a76f7063da7ed28 to your computer and use it in GitHub Desktop.
HypChat Send message to room
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/usr/bin/env python | |
from hypchat import HypChat | |
hc = HypChat("KEY") | |
room = hc.get_room('ROOMNAME') | |
room.message('Hello World', "green") |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment