← Back to Projects
SEC Insider Alert Bot
DemoDiscord bot that monitors SEC EDGAR Form 4 filings and posts clean alerts with filters.
Screenshots
What It Does
- →Scrapes SEC EDGAR database for new Form 4 filings
- →Ticker/insider role filters + minimum transaction thresholds
- →Deduping + alert formatting for Discord readability
- →Runs on schedule with configurable polling intervals
What I Built
- →Python scraper with SEC EDGAR XML parsing
- →Discord webhook integration with embed formatting
- →SQLite database for tracking processed filings
- →Scheduled task runner with error handling and logging
- →Configuration file for ticker lists and alert settings


