We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Array of chats coming in, save { timestamp, user, sentiment } and { user, total, average sentiment }. This data would be used to report back on:
Top Positive, Top Negative, Chatty Cathy, Likely Troll, Sentiment average in last: Hour / 15 / 5 / Last Seen.
This is all for the existing stream, does not account for data storage for long term community tracking.
The text was updated successfully, but these errors were encountered:
Discussion led to adding trending over the averages also.
Example:
{ avg: 1h/15m/5m/1m/last, trend: 1h/15m/5m/1m/last }
Sorry, something went wrong.
No branches or pull requests
Array of chats coming in, save { timestamp, user, sentiment } and { user, total, average sentiment }. This data would be used to report back on:
Top Positive, Top Negative, Chatty Cathy, Likely Troll, Sentiment average in last: Hour / 15 / 5 / Last Seen.
This is all for the existing stream, does not account for data storage for long term community tracking.
The text was updated successfully, but these errors were encountered: