tiktok-dashboard

Generate an offline HTML dashboard of TikTok profile and video metrics via Apify.

15|16|Updated May 6, 2026
One-click install
npx skills add https://github.com/ReadyToGo-Education/fluxo_criativo --skill tiktok-dashboard
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: tiktok-dashboard
Source: https://github.com/ReadyToGo-Education/fluxo_criativo/tree/main/.claude/skills/tiktok-dashboard
Command: npx skills add https://github.com/ReadyToGo-Education/fluxo_criativo --skill tiktok-dashboard

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires requests, python-dotenv, and includes scripts (resource) components.

What problem does it solve?

This Skill removes the need to manually check TikTok metrics by automatically collecting profile and recent video performance data and turning it into a ready-to-open dashboard.

Core Features & Use Cases

  • Automatic TikTok data collection via Apify: Fetches public profile stats (followers, likes, bio, avatar) plus recent videos (views, likes, comments, shares, saves, duration, hashtags).
  • Daily snapshot and trend tracking: Appends execution snapshots to historico.json and shows follower and engagement trends when multiple snapshots exist.
  • Self-contained HTML dashboard: Produces an offline-capable dashboard.html with thumbnails embedded as base64 to avoid CDN blocking.

Quick Start

Run the TikTok dashboard script to generate and open your HTML dashboard in the browser using your configured TikTok username and Apify token.

Frequently Asked Questions about tiktok-dashboard

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I generate a daily TikTok metrics dashboard automatically?

You generate a daily TikTok metrics dashboard by running the Python script atualizar.py with your Apify token and TikTok username. It scrapes public data and renders an offline-ready HTML dashboard with engagement trends and heatmaps.

Do I need an Apify token to track TikTok engagement analytics?

Yes, tracking TikTok engagement analytics requires an APIFY_API_TOKEN and TIKTOK_USER stored in a .env file. The script uses these credentials to fetch public profile stats and recent video metrics via Apify.

Can I view the TikTok dashboard offline without internet access?

Yes, the generated dashboard.html is fully offline-capable. It embeds video thumbnails as base64 images to prevent CDN blocking, allowing you to view all TikTok metrics and visualizations locally without internet access.

What TikTok metrics are included in the HTML dashboard?

The HTML dashboard includes profile followers and likes, plus recent video views, comments, shares, saves, duration breakdowns, posting time heatmaps, hashtag analysis, and top videos. It also tracks follower trends using historical snapshots.

How does the dashboard track TikTok follower trends over time?

The dashboard tracks TikTok follower trends by appending each execution snapshot to historico.json. When multiple daily snapshots exist, it visualizes follower and engagement trends directly in the rendered HTML output.

What Python dependencies are required for TikTok metrics tracking with Apify?

TikTok metrics tracking with Apify requires the requests and python-dotenv Python packages. These dependencies allow the script to load environment variables and make HTTP requests to fetch profile and video data.