how to send sms via GL Series from web which based on python

Hello,

I want to send automatic sms from my website. The website is based on python and GL Series wireless modem will be used to send sms.
How to send sms via GL Series from web which based on python?
Is there any function to send sms? How can I see the source of send function or (API method list)?

You’ll have to study the documentation for whatever libraries you have on your unspecified server installation :exclamation:

I’m sure there must be Python packages/libraries that can send SMS using a GSM modem…

Have you looked in PyPI - the Python Package Index :question:

Or try googling…

RTFM for whatever “API” you’re using.