Skip to main content

yeastar wireless terminal api client

Project description

yeastarAPI

Python OOP interface for connecting to, authenticating with, and sending SMS messages via any of the 8 connected SIM cards Currently has a class definition for incoming messages, but not implemented.

##Get started:

import yeastarapi

if __name__ == '__main__':
    conn = yeastarapi.Connection("Gateway IP", 5038, "apiuser", "apipass")
    print(yeastarapi.SendSMS(conn, 1, "040000000", "Hello World!").Status)

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

yeastarAPI-0.1.5.tar.gz (3.1 kB view hashes)

Uploaded Source

Built Distribution

yeastarAPI-0.1.5-py2.py3-none-any.whl (4.4 kB view hashes)

Uploaded Python 2 Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page