A desktop app for sending messages (text/media) in bulk too via WhatsApp.
- System -> Mac (tested)
- WebBrowser -> Mozilla Firefox (supported)
- supports multiple recipients
- supports emoji in the text message
- supports sending images with caption
-
git clone https://github.com/nobi1007/whatsbulk.git && cd whatsbulk
-
echo -e ' \n ---- Installing python3.9 ---- \n' brew install python3 echo -e '\n ---- Creating virtualenv and activating it ---- \n' virtualenv whatsbulk-venv source ./whatsbulk-venv/bin/activate echo -e '\n ---- Installing dependencies ----\n' pip install -r ./requirements.txt cd app echo -e '\n ---- Success, now you can run start.sh ----\n'
python main.py