Skip to content

Scobber/yeastarAPI

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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)

Installation

https://pypi.org/project/yeastarAPI/ pip3 install yeastarAPI

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published