YesssSMS let's you send SMS via yesss.at's website.
Project description
YesssSMS
YesssSMS let's you send SMS via yesss.at's website. Regular rates apply and a contract or prepaid plan is needed.
Alternatively you can use MVNOs (Mobile Virtual Network Operators) that use the kontomanager.at web interface. These include:
- YESSS
- billitel
- EDUCOM
- fenercell
- georg
- goood
- kronemobile
- kuriermobil
- SIMfonie
- teleplanet
- WOWWW
- yooopi
Use your website login and password.
use the --mvno
flag to set your provider, or define it in the config file.
This module is not suitable for batch SMS sending. Each send() call logs in and out of your provider's website.
Currently the library supports Python 3.5+, and is tested against Python 3.5 to 3.7.
Install
> pip3 install YesssSMS
Usage
>>> from YesssSMS import YesssSMS
>>> sms = YesssSMS(YOUR_LOGIN, YOUR_PASSWORD)
>>> sms.send(TO_NUMBER, "Message")
>>> # or with a different MVNO:
>>> sms = YesssSMS(YOUR_LOGIN, YOUR_PASSWORD, provider="goood")
>>> sms.send(TO_NUMBER, "Message")
or for the command line:
> yessssms --print-config-file > ~/.config/yessssms.conf
# edit the config file, set a login, password, default recipient, and MVNO
> vi ~/.config/yessssms.conf
> yessssms --test # test your setup, send yourself a message
> yessssms -t 0664123123123 -m "sending SMS from the command line :)"
> # if a default recipient is defined, you can omit the -t flag
> # the message can be piped into yessssms (it will be cut to max 3 SMS, 3*160 chars)
> echo "important message!" | yessssms -m -
> # MVNO
> yessssms --t 06501234567 --mvno educom -m "sending SMS using a MVNO"
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
File details
Details for the file YesssSMS-0.4.0.tar.gz
.
File metadata
- Download URL: YesssSMS-0.4.0.tar.gz
- Upload date:
- Size: 8.0 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/1.15.0 pkginfo/1.5.0.1 requests/2.22.0 setuptools/41.2.0 requests-toolbelt/0.9.1 tqdm/4.36.1 CPython/3.7.4
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | a9f535f3e195c73fcb70d16204df896232609dea96ef6a73b3505062cb0e8b41 |
|
MD5 | 09dce5ae2814f9c5acd5b473e1177835 |
|
BLAKE2b-256 | 31848d8338e2d66e4395aa3636b3997a762935720e8bba261e4cc98ff8f408c2 |
File details
Details for the file YesssSMS-0.4.0-py3-none-any.whl
.
File metadata
- Download URL: YesssSMS-0.4.0-py3-none-any.whl
- Upload date:
- Size: 8.9 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/1.15.0 pkginfo/1.5.0.1 requests/2.22.0 setuptools/41.2.0 requests-toolbelt/0.9.1 tqdm/4.36.1 CPython/3.7.4
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | f271d22046b59b92a070db4518a53f0942b20834d20d96470b0f3dc745fd7941 |
|
MD5 | 13090ad9c1f693a63ae39a329dc8dd10 |
|
BLAKE2b-256 | 0430139743f74b9cc77d59e2de5d6ef09e9b1ce3910828b9ab897cf0b75b04a5 |