Skip to content

Commit

Permalink
Add better instructions to the Gitter example
Browse files Browse the repository at this point in the history
  • Loading branch information
gunthercox committed Oct 21, 2018
1 parent ebaceed commit 7b6838e
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions examples/gitter_example.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,17 @@
# logging.basicConfig(level=logging.INFO)


'''
To use this example, create a new file called settings.py.
In settings.py define the following:
GITTER = {
"API_TOKEN": "my-api-token",
"ROOM": "example_project/test_room"
}
'''


chatbot = ChatBot(
'GitterBot',
gitter_room=GITTER['ROOM'],
Expand Down

0 comments on commit 7b6838e

Please sign in to comment.