¿Puedo vibecodear Wholana?
PARCIAL · un fin de semanaThe core idea is simple arithmetic: a video's views divided by that creator's own median. An agent can build that for a watchlist of creators you pick, over a weekend, on top of a paid scraper API. What it cannot hand you is the corpus, hundreds of thousands of videos already scraped, deduped, and labeled against a curated craft taxonomy, which is what makes search across creators useful instead of a list of your own bookmarks. So: yes for watching 25 creators you already know, no for finding the ones you don't.
Build me a personal TikTok outlier tracker to replace Wholana. Requirements: - A nightly Node script (node-cron) that pulls recent videos for up to 25 handles listed in handles.txt, using a TikTok scraper actor on Apify, token in .env. Do not scrape TikTok directly, you will be blocked inside a day. - Store videos in SQLite via better-sqlite3: handle, video id, url, caption, posted date, views, likes, comments, shares, date first seen. Upsert on video id so a re-scrape updates metrics instead of duplicating rows. - Per creator, keep a rolling median of views over their last 30 videos and score each video as views divided by that median. 3x or higher is a breakout. Skip creators under 10 videos, the median is noise below that. - Label each breakout with one LLM call (Anthropic or OpenAI, key in .env): caption plus the first 15 seconds of subtitles from yt-dlp, returning one hook type from a fixed list of 12 in hooks.json. Fixed list, not free text, or nothing groups. - A page on localhost:3000 (Express, server-rendered HTML, Chart.js): last 7 days of breakouts sorted by score, filterable by handle, each row showing score, views, hook type, and a link, plus a per-creator sparkline of views over time. - A save button per row that writes the video into a swipe collection and appends it to swipe.md, so my picks survive the database. - Localhost only. No accounts, no telemetry, everything on my machine except the Apify and LLM calls. - Out of scope: search across creators I am not already tracking, and a shared craft taxonomy. Do not build auth, multi-user workspaces, or hosting config. - README: Apify token and actor id, the cron entry, and the cost per 1,000 videos scraped. The scraper bill, not the code, is what makes people quit this build.
$ ábrelo en tu agente (prompt listo, tú das enter) o cópialo crudo
Se puede en parte
Ahorro de referencia: US$60/año si dejas de pagar Wholana.
prompt copied. want to know what dies next week?
veredictos nuevos + votos de la semana. gratis. te sales en un clic.
The arithmetic is free, the data is not. A personal build only ever knows about the creators you thought to add, and you pay the scraper bill every month to keep even that fresh. The subscription is renting a corpus that was already collected and labeled, plus the discovery that only exists once videos from creators you have never heard of are sitting in the same index.
xel corpus entre creadores
xbúsqueda en videos que nunca elegiste ver
xuna taxonomía artesanal curada en lugar de etiquetas que tú inventaste
xbúsqueda semántica e híbrida
xclasificación por temática
xequidad para creadores y vistas del historial
xque alguien más absorba el costo del scraping y lo mantenga funcionando
Precio de Wholana
| plan | mensual | anual (por mes) | qué incluye |
|---|---|---|---|
| personal | $5 | — | 1 cuenta de creador para investigación en TikTok y etiquetado de rendimiento |
| plus | $20 | — | 1 cuenta de creador más funciones de análisis con ChatGPT y Claude |
| team | $20/usuario | — | Acceso para agencia/equipo; mínimo de 2 puestos |
plan gratissin plan gratuito
facturaciónsolo mensual, sin plan anual publicado; primer mes gratis con tarjeta registrada
costos ocultosEl plan Team tiene un mínimo de 2 puestos ($40/mes). El mes gratis se convierte en pago si no lo cancelas; no hay descuento anual ni tabla de excedentes publicada.
verificado 2026-08-14 · fuente ↗
¿Puedo vibecodear Wholana?
Parcial. El núcleo de Wholana se arma en un fin de semana con el prompt de esta página, pero hay huecos reales: el corpus entre creadores, búsqueda en videos que nunca elegiste ver. Lee la lista honesta arriba antes de comprometerte.
¿Cuánto cuesta Wholana?
Wholana cuesta unos $5/mes (Personal, revisado 2026-07-31), o sea $60 al año.
¿Qué pierdo si reemplazo Wholana?
Con honestidad: el corpus entre creadores; búsqueda en videos que nunca elegiste ver; una taxonomía artesanal curada en lugar de etiquetas que tú inventaste; búsqueda semántica e híbrida; clasificación por temática; equidad para creadores y vistas del historial; que alguien más absorba el costo del scraping y lo mantenga funcionando. Si alguno de esos te sostiene el negocio, sigue pagando.
¿Hay una alternativa open source a Wholana?
Sí: TikTokApi (Wrapper no oficial en Python para los endpoints web de TikTok; te da métricas en bruto, no un corpus, y falla cuando TikTok hace cambios). Usar arte previo también es vibecodear; el prompt es para cuando la quieres exactamente a tu modo.