A software to send the same message several times on WhatsApp
Attention: Make sure you have the latest version of python installed on your machine!
To install, run the following command in your terminal:
echo " " >> .bashrc && echo "alias install_howzap='cd && sudo apt install rename && git clone https://github.com/how-dev/how-zap.git && rename "s/how-zap/.howzap/" how-zap && cd ~/.howzap/ && python3 -m venv venv && source venv/bin/activate && pip install -r requirements.txt && deactivate && cd'" >> .bashrc && echo "alias howzap='cd ~/.howzap && source venv/bin/activate && python3 main.py && deactivate && cd'" >> .bashrc
RESTART YOUR TERMINAL
Now just run the command below:
install_howzap
And:
howzap
Try to do this:
cd && sudo apt install rename && git clone https://github.com/how-dev/how-zap.git && rename "s/how-zap/.howzap/" how-zap && cd ~/.howzap/ && python3 -m venv venv && source venv/bin/activate && pip install -r requirements.txt && deactivate && cd
And...
cd ~/.howzap && source venv/bin/activate && python3 main.py && deactivate && cd