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
talkomatic.api.v1.emoji_list Namespace Reference

Variables

 response = requests_get("https://classic.talkomatic.co/js/emojiList.json")
 
dict emoji_list = response.json()
 

Detailed Description

A dictionary of all the emojis available on the Talkomatic server.

The keys are the emoji names, and the values are the image URLs.

Variable Documentation

◆ emoji_list

dict talkomatic.api.v1.emoji_list.emoji_list = response.json()

Definition at line 11 of file emoji_list.py.

◆ response

talkomatic.api.v1.emoji_list.response = requests_get("https://classic.talkomatic.co/js/emojiList.json")

Definition at line 9 of file emoji_list.py.