Skip to content

Latest commit

 

History

History
17 lines (11 loc) · 383 Bytes

README.md

File metadata and controls

17 lines (11 loc) · 383 Bytes

hipchatter

A sample project to help me understand how buildout works.

Initial Setup

Prep and run buildout to satisfy application dependencies.

$ python bootstrap.py
$ bin/buildout

Example

$ bin/python
>>> from hipchatter import messenger
>>> messenger.send_joke('hipchat_api_key', 'hipchat_room_id')