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

Functions

None on_connect ()
 
None on_room_join (*args)
 

Variables

 bot = Bot()
 

Detailed Description

hello_world.py

This example shows how to make a bot that joins all the rooms in the lobby,
and messages "Hello, world!" to all rooms.

Function Documentation

◆ on_connect()

None hello_world.on_connect ( )

Definition at line 16 of file hello_world.py.

◆ on_room_join()

None hello_world.on_room_join ( * args)

Definition at line 26 of file hello_world.py.

Variable Documentation

◆ bot

hello_world.bot = Bot()

Definition at line 12 of file hello_world.py.