A small script in Python 3 to easily use the Free SMS Api.
- Enable the service on your account
- Edit the user and key variables in the script to match yours.
python sms.py <<< "This is far cool"
python sms.py "This is far cool"
echo "This is far cool" | python sms.py