Homepage (site/index.html): integration-v14 promoted, Writings section integrated with 33 pieces clustered by type (stories/essays/miscellany), Writings welcome lightbox, content frame at 98% opacity. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
1.2 KiB
1.2 KiB
wa.me Extractor — setup
Requirements
Python 3.10+ (uses match syntax / union types in hints)
Install dependencies
pip install beautifulsoup4
tkinter ships with most Python installations on Linux.
If it's missing:
# Debian/Ubuntu
sudo apt install python3-tk
# Arch
sudo pacman -S tk
# Fedora
sudo dnf install python3-tkinter
Run
python wa_extractor.py
Workflow
- In WhatsApp Web, open the pending requests panel.
- Right-click the outer div containing all requests → Inspect.
- In DevTools, right-click the
<div>element → Copy → Outer HTML. - Paste into a
.txtfile (or directly into the left pane of the app). - Hit ⚡ extract.
- Adjust batch size if needed (default 20 — good for spam-safe manual invites).
- Save .txt or Copy all to share with your community admins.
Output format
https://wa.me/+27821234567
https://wa.me/+27831234567
... (20 links)
────────────────────────────────────────
https://wa.me/+27841234567
...
Each block = one admin's batch for the day.