chydo 967bdd02e7 Merge pull request #5 from exituser/fix/github-actions
added: long_description in setup package
2024-04-05 01:24:40 +07:00
2024-04-05 01:08:37 +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

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%