Unisen Systems — LedgerOne Outreach
Open WhatsApp on your phone → Linked Devices → Link a Device → scan this code
cd /path/to/unisen_lead_generator && python3 lead-generator.pyLedgerOne_Leads.xlsx and ledgerone_leads.db.
pm2 start watcher.py --interpreter python3 --name wa-watcher --cron "*/5 * * * *"pm2 start wa_blast.py --interpreter python3 --name wa-blast --cron "0 10 * * *"pm2 save
wa_blast.py sends up to 50 messages/day and stops.
Run the test message above to verify WhatsApp is working first.
lead-generator.py for a fresh batch.
⚠️ wa_blast.py and watcher.py are independent —
watcher.py only controls lead generation,
not sending. The blast runs on its own cron schedule regardless.
Node.js bot must be running — pm2 start index.js --name wa-bot