Send SMS with Free Mobile
Project description
freesms
freesms
is a Python interface for Free Mobile SMS API. If you subscribed to their service it allows you to
programmatically send SMSes to yourself.
Install
[sudo] pip install freesms
Starting from v0.2.0 the library is only tested on Python 3.x, but it should work on 2.7.
Usage
from freesms import FreeClient
f = FreeClient(user="...", passwd="...")
resp = f.send_sms("hello this is my SMS")
resp.status_code # 200
Project details
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
freesms-0.2.0.tar.gz
(4.3 kB
view details)
Built Distribution
File details
Details for the file freesms-0.2.0.tar.gz
.
File metadata
- Download URL: freesms-0.2.0.tar.gz
- Upload date:
- Size: 4.3 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.4.1 importlib_metadata/3.10.1 pkginfo/1.6.1 requests/2.25.1 requests-toolbelt/0.9.1 tqdm/4.55.0 CPython/3.9.5
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | bc4d377464c9dbfd244014317f5833243c475c68d0dbfc7853389a85165bd284 |
|
MD5 | ceadf6a41c2c07002dc29019092c320b |
|
BLAKE2b-256 | c4667eab9c01148d0120b795946f9c003c5a9421768b22946f59cf2beb821830 |
File details
Details for the file freesms-0.2.0-py3-none-any.whl
.
File metadata
- Download URL: freesms-0.2.0-py3-none-any.whl
- Upload date:
- Size: 3.3 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.4.1 importlib_metadata/3.10.1 pkginfo/1.6.1 requests/2.25.1 requests-toolbelt/0.9.1 tqdm/4.55.0 CPython/3.9.5
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 9d03c652ed5ec5e4964e7f7110693d7d0e685a438e5ff9c5ad17d33322643a7b |
|
MD5 | 2125fdb10dfcccec59ac5bf3cdccfeb6 |
|
BLAKE2b-256 | c234e46d314370c7e8868261969865fe81c79124b1181b00fdf1f1c5dd57da6c |