🔥 Core Features & Engine Capabilities:
• Multi-Threaded Business Directory Scraper (
scraper.py): Scrapes company names, phone numbers, physical addresses, website links, and social media handles.
• Deep Website Email & Phone Extractor: Crawls internal /contact, /about, and /team pages to parse hidden decision-maker emails using regex pattern matchers.
• Embedded SQLite Leads Database (leads_
db.py): Persistent local database (leads_campaign.db) supporting 2,000+ lead records, filtering, and status tracking.
• Automated Cold Email Outreach Engine (email_
engine.py): Built-in SMTP email dispatcher with personalized HTML email templates, merge tags ({company_name}, {contact_person}), rate limiting, and follow-up campaign automation.
• Data Exporter Engine (
exporter.py): 1-Click export to CSV, XLSX Excel workbooks, PDF summary reports, and JSON webhooks.
• Executable Compilation (PyInstaller): Compiles into a single double-clickable, zero-dependency QuickLeads_Pro.exe standalone application.