helpers¶
- aimay.helpers.return_data(filename)¶
Return reply message from data directory.
- Parameters:
filename (str) – filename in data directory
- Returns:
dataline
- Return type:
str
- aimay.helpers.return_sticker(index)¶
Return reply sticker.
- Parameters:
index (str) – index of stickers
- Returns:
reply_package, reply_sticker
- Return type:
str
- aimay.helpers.talkapi_response(push_text)¶
Return reply message from A3RT/TalkAPI.
- Parameters:
push_text (str) – push message text
- Returns:
talkapi_reply
- Return type:
str