As a member of our Slack community, I want a Slackbot that provides me with a daily summary of trending topics so that I can quickly gather insights about the most discussed issues within our channel without having to manually go through all the messages.
Acceptance Criteria
[ ] The Slackbot triggers a summary generation process every 24 hours.
[ ] The summary includes the top 5 trending topics from discussions within the last 24 hours.
[ ] Trending topics are determined based on the frequency of keywords and hashtags.
[ ] Each topic in the summary includes a brief context snippet and the number of mentions.
[ ] The Slackbot provides an option to read more about each topic.
[ ] Users can command the Slackbot to generate an on-demand summary.
[ ] The Slackbot posts the summary in a designated Slack channel.
[ ] Users can subscribe or unsubscribe from the daily summary notifications.
Trending Topics Summary
As a member of our Slack community, I want a Slackbot that provides me with a daily summary of trending topics so that I can quickly gather insights about the most discussed issues within our channel without having to manually go through all the messages.
Acceptance Criteria