sms-prosto api wrapper written in python
Project description
prosto-sms | API python wrapper
TODO
- tests
Install
python -m pip install prosto_sms
Examples
Auth by key and get profile data:
import prosto_sms
api = prosto_sms.api.API(
key="bd...5bb"
)
print(api.methods.get_profile())
Auth by creds and get profile data:
import prosto_sms
api = prosto_sms.api.API(
email="me@chydo.dev",
password="password"
)
print(api.methods.get_profile())
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
prosto_sms-0.0.3.tar.gz
(3.2 kB
view details)
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file prosto_sms-0.0.3.tar.gz.
File metadata
- Download URL: prosto_sms-0.0.3.tar.gz
- Upload date:
- Size: 3.2 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.0.0 CPython/3.12.2
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
f952daf84be552ccefc9204bf314a3e29682861f73a4b0f43b450851059ac75d
|
|
| MD5 |
3ee8a9b0c7f2e9a06c12f3d8cc3cb227
|
|
| BLAKE2b-256 |
4ca8a098f52629a8156f3a65fd8108582267efdef62dec832e2c2fdbe8ce24e0
|
File details
Details for the file prosto_sms-0.0.3-py3-none-any.whl.
File metadata
- Download URL: prosto_sms-0.0.3-py3-none-any.whl
- Upload date:
- Size: 3.9 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.0.0 CPython/3.12.2
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
d3768010bf6c5d2a3b3726e3eeb7b6a4e864d2f5dddb1793b80aba5a10f93384
|
|
| MD5 |
608983f007402bd6c538344ae62dd348
|
|
| BLAKE2b-256 |
4894d2f94165a044e9d78044334f0f5cfdc0e75080ff167ab8b58442857dc866
|