talkomatic.py 0.1.2
An easy-to-use Python versatile wrapper for the Talkomatic Bot interface ensuring best practices for making bots, and handling the REST API.
 
Loading...
Searching...
No Matches
display_rooms Namespace Reference

Functions

None on_connect ()
 

Variables

 rooms = get_rooms()
 
 bot = Bot()
 

Detailed Description

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.

Function Documentation

◆ on_connect()

None display_rooms.on_connect ( )

Definition at line 15 of file display_rooms.py.

Variable Documentation

◆ bot

display_rooms.bot = Bot()

Definition at line 11 of file display_rooms.py.

◆ rooms

display_rooms.rooms = get_rooms()

Definition at line 13 of file display_rooms.py.