SimpleSMS is a python script for sending SMS using NTC Meet. This script makes it simple to send SMS without having to go to the site.
- Python3
- Requests Module
git clone https://github.com/unique1o1/SimpleSMS
cd SimpleSMS
chmod 775 install.sh
./install.sh
-u
for username
-m
for message
-r
for receiver's number
First lets make an alias so, we don't have to type username everytime. In your terminal type:
sudo nano ~/.bashrc for bash users
sudo nano ~/.zshrc for zsh users
alias sms="sms -u yourusername"
sms -r 98******** -m "message"
sms -r "98******, 98******" -m "message"