Input and triggers: Ability to handle multiple input types from users e.g Plain text, PDF, Text File.
Actions:
To create a basic word cloud:
1. If the user wants to go for a basic word cloud, the bot will ask the user to enter the input text, shape, and color to generate the word cloud.
2. The bot will collect all the user details and send a request to the word cloud API.
3. The API will generate the word cloud on the server.
4. The bot will download the produced word cloud from the server to the local system.
To create an advanced word cloud, the user needs to input the details in an Excel file where they have list options for the word cloud generation:
1. The bot will collect the details from the Excel file and send it to the API.
2. The API will generate the word cloud based on user details and store it into the server.
3. The bot will download the file from the server to the client location.
4. The bot will store the word cloud image in the output folder which is located under the Bot Store folder.
Output: JPEG word cloud.
Tips: For additional clarity on the use of this bot, please take a look at the attached ReadMe file.