Trending Topics Dashboard

{% if latest %} Last updated: {{ latest.run_date[:19] }} {% endif %}
{% if latest %}
{{ latest.all_trends|length }}
Total Trends
{{ latest.sources_succeeded|length }}
Sources Active
{{ persistent|length }}
Persistent Topics
Top Trending Topics
    {% for item in latest.all_trends[:50] %}
  • #{{ item.final_rank }}
    {{ item.topic_name }}
    {% if item.sources %} {% for src in item.sources %} {{ src }} {% endfor %} {% else %} {{ item.source }} {% endif %} {{ item.regions|join(', ') if item.regions else item.region }} {% if item.boosted %} Boosted {% endif %}
    {{ "%.2f"|format(item.final_score) }}
    score
  • {% endfor %}
Persistent Topics (7 days)
{% if persistent %} {% for topic in persistent[:15] %}
{{ topic.topic_name[:40] }}{% if topic.topic_name|length > 40 %}...{% endif %} {{ topic.appearances }}x
{% endfor %} {% else %}

No persistent topics yet.

Run the collector multiple times to see trends over time.

{% endif %}
Source Statistics
{% if source_stats %} {% for stat in source_stats %}
{{ stat.source }} {{ stat.total_items }} items
{% endfor %} {% else %}
No data yet
{% endif %}
{% else %}

No data collected yet

Click "Collect Now" to fetch trending topics from all sources.

{% endif %}