{% extends "base.html" %} {% block title %}{{ username }} - User Profile - 20min.ch Comment Analysis{% endblock %} {% block last_updated %}{{ now }}{% endblock %} {% block content %}
| Total Comments: | {{ user_metrics.comments_count if user_metrics and user_metrics.comments_count is defined else 'N/A' }} |
|---|---|
| Total Articles: | {{ user_metrics.articles_count if user_metrics and user_metrics.articles_count is defined else 'N/A' }} |
| Comments per Day: | {{ user_metrics.comments_per_day|round(1) if user_metrics and user_metrics.comments_per_day is defined else 'N/A' }} |
| Active Hours: | {{ user_metrics.hour_distribution|length if user_metrics and user_metrics.hour_distribution is defined else 'N/A' }} |
| First Seen: | {% if user_metrics and user_metrics.first_seen is defined %} {% else %} N/A {% endif %} |
| Last Seen: | {% if user_metrics and user_metrics.last_seen is defined %} {% else %} N/A {% endif %} |
This user's activity patterns suggest potential automated behavior or coordinated activity.
Factors: {% if user_metrics.comments_per_day > 50 %} High Frequency {% endif %} {% if user_metrics and user_metrics.similar_comments_count is defined and user_metrics.similar_comments_count > 0 %} Similar Comments {% endif %} {% if user_metrics.hour_distribution|length < 3 %} Limited Activity Hours {% endif %} {% if user_metrics.comment_interval_consistency > 70 %} Consistent Timing {% endif %}
| Username | Similarity Score | Common Articles | Bot Score | Actions |
|---|---|---|---|---|
| {{ similar.username }} | {{ similar.similarity_score }}% | {{ similar.common_articles }} | {{ similar.bot_score }} | View |
No similar users found.
This user may be part of a coordinated group with the following users:
| Username | Coordination Score | Bot Score | Common Articles | Actions |
|---|---|---|---|---|
| {{ member.username }} | {{ member.coordination_score }}% | {{ member.bot_score }} | {{ member.common_articles }} | View |
{{ comment.text }}
No comments found for this user.