Skip to content

Releases: rvalla/azarte.bot

v0.5beta

09 Feb 13:35
Compare
Choose a tag to compare

Genuary(), Interaction() and random replies

Genuary()

Azarte Bot is part of #genuary, an artificially generated month of time where we build code that makes beautiful things. The /genuary command will send a piece inspired by the prompt corresponding to the actual date. The bot use the Genuary() to know what to do. The classes involved in /genuary command, in addition to Genuary() are: NCAnvas(), DCanvas(), GenColor(), GenPendulum(), GenPixel(), GenVirus() and GenUtil().

Interaction()

The new Interaction() class is in charge of creating things from messages by the user. This creations are fixed since the result of an input is always the same. Since this version the bot can create images from text messages, creations from images and audio will be implemented in the near future.

random replies

The bot answers wrong messages in a chat to notify the user that it doesn't know what to do. But when the bot is in a group, users usually reply its messages commenting the results with others. In this situations the bot tries to be part of the conversation sending random replies.

v0.3beta

11 Nov 18:56
Compare
Choose a tag to compare
The structure of the bot is ready.