{% extends "base.html" %} {% block title %}Account Toxicity Analysis{% endblock %} {% macro sort_header(col, label) %} {% set new_dir = 'desc' if (sort == col and direction == 'asc') else 'asc' %} {{ label }} {% if sort == col %} {% if direction == 'asc' %}▲{% else %}▼{% endif %} {% endif %} {% endmacro %} {% block content %}
Toxicity metrics across monitored accounts
Average mention toxicity for top 20 most-targeted accounts
| {{ sort_header('handle', 'Account') }} | {{ sort_header('post_tox', 'Avg Post Toxicity') }} | {{ sort_header('flagged_posts', 'Flagged Posts') }} | {{ sort_header('mention_tox', 'Avg Mention Toxicity') }} | {{ sort_header('flagged_mentions', 'Flagged Mentions') }} |
|---|---|---|---|---|
|
@{{ account.handle }}
{% if account.display_name %}
{{ account.display_name }}
{% endif %}
|
{{ account.flagged_posts | format_number }} / {{ account.scored_posts | format_number }} | {{ account.flagged_mentions | format_number }} / {{ account.scored_mentions | format_number }} |
No accounts found
Start monitoring accounts to see toxicity analysis