Commandline tool to send free SMS via http://www.meet.net.np
- ntc-websms can be installed using pip
- You will need python3 and pip3.
$ sudo apt-get install python3-lxml $ sudo pip3 install ntc-websms
- Once installed, ntc-websms can be accessed using meet command from terminal.
- Add MEET_USERNAME="YOUR_MEET_USERNAME" and `MEET_PASSWORD="YOUR_MEET_PASSWORD" environment variables to your bash profile.
- To send sms
$ meet --phone-number 98423XXXXX --message "Hi!. I am sending this sms using ntc-websms tool developed by Sandip Bhagat."
or
$ meet -p 98423XXXXX -m "Hi!. I am sending this sms using ntc-websms tool developed by Sandip Bhagat."
usage: meet [-h] -p PHONE_NUMBER -m MESSAGE
Commandline tool to send free SMS via http://www.meet.net.np
- optional arguments:
-h, --help show this help message and exit -p PHONE_NUMBER, --phone-number PHONE_NUMBER Reciever's phone number. -m MESSAGE, --message MESSAGE Message body.
Feel free to create a Github issue. Also, you are more than welcome to submit a pull request for a bug fix or additional feature.