Social Sentiment Spike Alert Overlay
Free to download on every platform. Comes pre-installed on BotFone, BotPad and BotFlip — with extra free apps included.
About this app
WHAT IT DOES
Social Sentiment Spike Alert Overlay watches the current Twitter/X page for token-related mentions, tickers, and hashtags, reads the page content to detect sentiment spikes by analyzing mention frequency and context, monitors for sudden increases in token or ticker mentions over configurable time windows, and displays alerts with the token name, ticker, mention volume, and sentiment direction when significant sentiment spikes are detected. The tool scans the visible page content including tweets, extracts potential token tickers using pattern matching against a built-in list of common cryptocurrency tickers, tracks mention frequency over sliding time windows, counts positive and negative sentiment indicators around mentions using keyword analysis, and calculates sentiment spike scores based on mention volume increase relative to baseline activity. It then displays alerts with the token ticker, mention volume, sentiment direction (bullish, bearish, or neutral), and trend strength.
WHERE IT RUNS
The tool runs as a panel inside your browser on Twitter/X pages at https://twitter.com/* and https://x.com/*. It works on any Twitter/X page where token-related content may appear, including the home feed, search results, and individual tweet threads. The tool reads page content directly from the DOM using selectors for tweet text and article content. No data is sent to any external server; all analysis is performed locally in your browser. A real EVM wallet is optional — the tool will work without one, but may provide additional on-chain verification if available.
HOW TO USE
Install the BotGentz extension, navigate to Twitter/X, and open the Social Sentiment Spike Alert Overlay panel. Set your mention threshold in mentions per minute (default 10) — the tool will alert you when any token's mention rate exceeds this threshold. Select your time window size from the dropdown — 2, 5, 10, or 15 minutes. Choose your alert preference — Panel only, Browser notification, or Both. Click "Monitor Sentiment" — the tool begins scanning the page content at regular intervals, extracting token tickers from visible tweets, tracking mention frequency over the configured time window, analyzing sentiment context, and detecting spikes. When a token's mention rate exceeds the threshold and sentiment activity is detected, the tool triggers an alert with the ticker, mention volume, and sentiment direction. The alert log maintains a history of recent alerts for review. Click "Refresh" to manually scan for new mentions, or "Clear History" to reset the alert log.
MECHANISM — TICKER EXTRACTION WITH SLIDING WINDOW FREQUENCY TRACKING
This tool uses a ticker extraction engine that combines DOM scanning, pattern matching, and sliding window frequency tracking. The system scans the page content using DOM selectors for tweet text ([data-testid='tweetText'], article elements), collecting text from visible tweets. It extracts potential ticker mentions by splitting text into words, removing prefixes ($, #), and comparing against a built-in list of 40+ common cryptocurrency tickers. Each mention is timestamped and stored in a sliding window history object keyed by ticker. The tool tracks mention frequency over the configured time window (2-15 minutes) by filtering the history to include only timestamps within the window and counting remaining entries. Sentiment analysis is performed by counting positive and negative keywords (e.g., 🚀, moon, bull vs. 📉, bear, dump) within the context around each mention. When the mentions-per-minute rate exceeds the configured threshold, an alert is triggered with the ticker, mention volume, and sentiment direction.
THE PANEL
The BotGentz panel is fully draggable, allowing you to position it anywhere on your screen without obstructing the Twitter/X interface. It includes per-site position memory, so the panel returns to your preferred location each time you visit the platform. Snap-to-edge functionality lets you dock the panel to any side of the browser window. The panel collapses to a compact icon when not in use and expands with a single click. You can resize it to your preferred dimensions, and pressing the Escape key instantly closes the panel. All interactions are smooth and intuitive, designed to work alongside your social media monitoring workflow.
PLEASE NOTE
This tool requires the free BotGentz extension to function. A real EVM wallet extension is optional — the tool will work without one, but may provide additional on-chain verification if available. EVM chains only. This is a monitoring and alert tool only — it does not execute transaction-based actions automatically. The tool cannot guarantee that detected tokens are legitimate or not scams. It cannot access private Twitter/X data or read restricted content. It cannot analyze sentiment for tokens not mentioned in the visible page content. It cannot distinguish between organic sentiment and coordinated bot activity. It cannot predict price movements or trading outcomes. It cannot read on-chain data for token verification without additional API calls. All data is processed locally; no data is stored or transmitted beyond your browser. Websites change their layouts and content structures regularly; while we continuously update the extraction logic, some pages may require script updates. Always verify all tokens and sentiment data independently before making any decisions based on the alerts.