Functions | |
| None | on_connect () |
Variables | |
| rooms = get_rooms() | |
| bot = Bot() | |
display_rooms.py This example shows how to display all the rooms in the lobby. This example does the same as the examples/display_rooms.py script, but this time we're using the Talkomatic REST API to get the room information.
display_rooms.py This example shows how to display all the rooms in the lobby.
| None display_rooms.on_connect | ( | ) |
Definition at line 15 of file display_rooms.py.
| display_rooms.bot = Bot() |
Definition at line 11 of file display_rooms.py.
| display_rooms.rooms = get_rooms() |
Definition at line 13 of file display_rooms.py.