About Supersociology Predict
Supersociology Predict is a daily news intelligence tool that classifies headlines into four sociological archetypes and scores them for positive or negative sentiment. The result is a quantitative daily pulse of a society's dominant energy.
The Four Archetypes
Worker
Warrior
Thinker
Trader
Scoring Method
Step 1 β Scrape
Headlines are collected from Rappler (PH) and AP News / NewsNow (US) at midnight local time.
Step 2 β Classify
Each headline is matched against keyword sets. The archetype with the most keyword matches wins.
Step 3 β Score
Sentiment signals produce a score from β3 to +3. Positive events add, negative events subtract.
Step 4 β Aggregate
All article scores for a day are summed. The daily total reflects both volume and intensity.
Cron Integration
# Cloudflare Workers cron triggers (wrangler.toml)
[[triggers.crons]] # PH analysis at midnight Philippine time (UTC+8 = 16:00 UTC) cron = "0 16 * * *" path = "/api/cron/ph" [[triggers.crons]] # US analysis at midnight Eastern time (UTC-5 = 05:00 UTC) cron = "0 5 * * *" path = "/api/cron/us"
Set the CRON_SECRET environment variable in your Cloudflare dashboard.
Pass it as Authorization: Bearer <secret> in cron headers.