chydo fc8dda6b9e Merge pull request #7 from exituser/fix/data-error
changed ci to production && fixed get_prices method && fixed GetPrice…
2024-04-05 02:08:02 +07:00
2024-04-05 00:38:00 +07:00
2024-04-05 00:38:00 +07:00
2024-04-05 01:16:10 +07:00
2024-04-05 00:53:12 +07:00
2024-04-05 01:50:12 +07:00

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())
S
Description
No description provided
Readme
710 KiB
Languages
Python 100%