Python package for Fast2 Sms API Client
Project description
Fast2 SMS
Python package for FAST2 SMS API Client
Client setup
from fast2sms import F2Client
# Initialize The Client
f2 = F2Client(api_key="YOUR_API_KEY")
response = f2.quick_sms(
numbers="999999999, 1111111111, 8888888888", # You can use multiple number split with coma
msg="Hey This Is Test Message",
)
print(response.text) # return is json value
Installing
pip install fast2sms
Dependencies
• requests
• Python 3+
Support
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
fast2sms-1.0.0.tar.gz
(14.5 kB
view details)
Built Distribution
fast2sms-1.0.0-py3-none-any.whl
(14.8 kB
view details)
File details
Details for the file fast2sms-1.0.0.tar.gz
.
File metadata
- Download URL: fast2sms-1.0.0.tar.gz
- Upload date:
- Size: 14.5 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.0.0 CPython/3.9.18
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | f8f5afecfdbf3c5abeeabacc064ab7f8b104e9ef0892f25bb15d9f0b12d38d3b |
|
MD5 | 32f0852dc6ad151954f3efeac708c357 |
|
BLAKE2b-256 | ba47f89988a2b530b73bb6409f33a145dea9e1040317a4d0e26c25d2a3055cde |
File details
Details for the file fast2sms-1.0.0-py3-none-any.whl
.
File metadata
- Download URL: fast2sms-1.0.0-py3-none-any.whl
- Upload date:
- Size: 14.8 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.0.0 CPython/3.9.18
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 41d2aa7631f9215e738292b0ba8fbd0d6f2159200b172dcdd3cf75c711d5b5a1 |
|
MD5 | fc449ef10553759dc3ab4991180257d0 |
|
BLAKE2b-256 | 5452cb239154fd972fba256c4034ee1de053794d5ce3a68e056d1f7585171649 |