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
create_room Namespace Reference

Functions

None on_connect ()
 
None on_room_creation (int room_id)
 
None on_room_join (*args)
 

Variables

 bot = Bot()
 

Detailed Description

create_room.py

This example shows how to make a bot that creates its own room,
and then joins it.

Function Documentation

◆ on_connect()

None create_room.on_connect ( )

Definition at line 18 of file create_room.py.

◆ on_room_creation()

None create_room.on_room_creation ( int room_id)

Definition at line 24 of file create_room.py.

◆ on_room_join()

None create_room.on_room_join ( * args)

Definition at line 29 of file create_room.py.

Variable Documentation

◆ bot

create_room.bot = Bot()

Definition at line 14 of file create_room.py.