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

Functions

None on_connect ()
 
None send_parrot_message (*args)
 

Variables

 bot = Bot()
 

Detailed Description

parrot.py

This example shows how to make a bot repeating what the other users say.

Function Documentation

◆ on_connect()

None parrot.on_connect ( )

Definition at line 15 of file parrot.py.

◆ send_parrot_message()

None parrot.send_parrot_message ( * args)

Definition at line 29 of file parrot.py.

Variable Documentation

◆ bot

parrot.bot = Bot()

Definition at line 11 of file parrot.py.