social-media-intelligence

Aggregate social media sentiment into finance-focused indicators across Twitter/X, Telegram, Discord, and Reddit.

Updated Jun 12, 2026
One-click install
npx skills add https://github.com/GGwujun/SigmX --skill social-media-intelligence-ggwujun
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: social-media-intelligence
Source: https://github.com/GGwujun/SigmX/tree/main/agent/src/skills/social-media-intelligence
Command: npx skills add https://github.com/GGwujun/SigmX --skill social-media-intelligence-ggwujun

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires tweepy, ntscraper, telethon, discord.py, praw, pandas, numpy, transformers, torch, vaderSentiment, scikit-learn, and includes scripts (resource) and references (resource) components.

What problem does it solve?

Social Media Intelligence collects and interprets sentiment signals from Twitter/X, Telegram, Discord, and Reddit to inform finance-focused trading decisions.

Core Features & Use Cases

  • Collects cross-platform social data in real-time or batch for sentiment analysis.
  • Applies multiple sentiment models (VADER, FinBERT, and LLM-based) and aggregates with weighted scores.
  • Builds sentiment-backed factors and backtests correlation with forward returns.

Quick Start

Provide a ticker and a time window to start collecting and scoring sentiment across Twitter/X, Telegram, Discord, and Reddit.

Frequently Asked Questions about social-media-intelligence

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

FAQPage Schema
How do I collect social media sentiment for finance tickers across Twitter, Reddit, Telegram, and Discord?

To collect social media sentiment for finance tickers, you provide an asset ticker and time window to aggregate cross-platform social data using platform-specific collectors. The Skill standardizes schemas across Twitter/X, Telegram, Discord, and Reddit for real-time or batch sentiment analysis.

Can I backtest social media sentiment factors against forward asset returns?

You can backtest social media sentiment factors against forward returns by building sentiment-backed factors from collected data. The Skill correlates these aggregated sentiment scores with asset price movements over specified time windows.

Does this sentiment analysis tool support event-driven monitoring around earnings or macroeconomic releases?

This sentiment analysis tool supports event-driven monitoring around earnings or macro releases. It applies real-time data collection and weighted sentiment aggregation across Twitter/X, Telegram, Discord, and Reddit during these specific financial events.

What Python dependencies do I need to run multiplatform social media data collection?

Running multiplatform social media data collection requires Python dependencies including tweepy, ntscraper, telethon, discord.py, and praw. Additional dependencies like pandas, numpy, transformers, torch, vaderSentiment, and scikit-learn handle sentiment scoring and backtesting.

Are there privacy safeguards when scraping social signals from Discord and Telegram?

Privacy safeguards are implemented when scraping social signals from Discord, Telegram, Twitter, and Reddit. These protections are integrated into the platform-specific data collectors to ensure compliant data aggregation and sentiment analysis.