smstrade_send
Python library to send SMS via the smstrade service (Python 3)
Install
- All systems
-
curl cmd.cat/smstrade_send.sh
- Debian
-
apt-get install python3-smstrade
- Ubuntu
-
apt-get install python3-smstrade
- Kali Linux
-
apt-get install python3-smstrade
- Windows (WSL2)
-
sudo apt-get update
sudo apt-get install python3-smstrade
- Raspbian
-
apt-get install python3-smstrade
- Dockerfile
- dockerfile.run/smstrade_send
python3-smstrade
Python library to send SMS via the smstrade service (Python 3)
python-smstrade lets you send SMS via and retrieve your account balance from the service of smstrade.eu. The package comes with two command line utilities smstrade_send and smstrade_balance to access the library functionality from the command line. The package may be used for alerting in monitoring applications or other scenarios where sending SMS might be useful. This is the Python 3 version of the package.
python-smstrade
Python library to send SMS via the smstrade service (Python 2)
python-smstrade lets you send SMS via and retrieve your account balance from the service of smstrade.eu. The package comes with two command line utilities smstrade_send and smstrade_balance to access the library functionality from the command line. The package may be used for alerting in monitoring applications or other scenarios where sending SMS might be useful. This is the Python 2 version of the package.