Skip to content

Instantly share code, notes, and snippets.

@jfinstrom
Created January 7, 2015 00:05
Show Gist options
  • Save jfinstrom/e2609a76f7063da7ed28 to your computer and use it in GitHub Desktop.
Save jfinstrom/e2609a76f7063da7ed28 to your computer and use it in GitHub Desktop.
HypChat Send message to room
#!/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