Social Sentiment
Sentiment analysis for brands and products across Twitter, Reddit, and Instagram. Monitor public opinion, track brand reputation, detect PR crises, surface complaints and praise at scale — analyze 70K
Sentiment analysis for brands and products across Twitter, Reddit, and Instagram. Monitor public opinion, track brand reputation, detect PR crises, surface complaints and praise at scale — analyze 70K
Real data. Real impact.
Emerging
Developers
Per week
Open source
Skills give you superpowers. Install in 30 seconds.
Analyze brand sentiment from live social conversations at scale.
Surfaces themes, flags viral complaints, compares competitors. Analyzes 1K-70K posts via bulk CSV + Python.
Run
xpoz-setup skill. Verify: mcporter call xpoz.checkAccessKeyStatus
Queries: (1)
"Brand" (2) "Brand" AND (slow OR buggy) (3) "Brand" AND (love OR amazing)
mcporter call xpoz.getTwitterPostsByKeywords query='"Notion"' startDate="YYYY-MM-DD" mcporter call xpoz.checkOperationStatus operationId="op_..." # Poll 5s
Repeat for Reddit/Instagram. Default: 30 days.
Use
dataDumpExportOperationId, poll with checkOperationStatus for download URL (up to 64K rows).
Python/pandas:
import pandas as pd df = pd.read_csv('/tmp/twitter-sentiment.csv')POSITIVE = ['love', 'amazing', 'best', 'recommend'] NEGATIVE = ['hate', 'terrible', 'worst', 'broken']
def classify(text): t = str(text).lower() pos = sum(1 for k in POSITIVE if k in t) neg = sum(1 for k in NEGATIVE if k in t) return 'positive' if pos>neg else ('negative' if neg>pos else 'neutral')
df['sentiment'] = df['text'].apply(classify)
Extract themes, find viral by engagement. Customize keywords.
Sentiment: 72/100 | Posts: 14,832 😊 58% | 😠 24% | 😐 18%Themes: Performance (2K, 81% neg), UX (1.8K, 72% pos) Viral: [Top 10]
Score: Engagement-weighted, 0-100. Include insights.
Download full CSVs | Reddit = honest | Store
data/social-sentiment/ for trendsNo automatic installation available. Please visit the source repository for installation instructions.
View Installation Instructions1,500+ AI skills, agents & workflows. Install in 30 seconds. Part of the Torly.ai family.
© 2026 Torly.ai. All rights reserved.