A Python wrapper for the Sms77.io SMS gateway.
Project description
Python API Client
Installation
Make sure you have Python 3 installed.
pip3 install sms77api
Methods
def __init__(self, api_key: str, sent_with: str = 'Python'):
pass
def analytics(self, params={}):
pass
def balance(self, api_key: str = None):
pass
def contacts(self, action: ContactsAction, params: dict = {}):
pass
def hooks(self, action: HooksAction, params: dict = {}):
pass
def journal(self, typ: JournalType, params: dict = {}):
pass
def lookup(self, typ: LookupType, number: str, json: bool = False):
pass
def pricing(self, format_: PricingFormat = PricingFormat.CSV, country: str = None):
pass
def sms(self, to: str, text: str, params: dict = {}):
pass
def status(self, msg_id: int):
pass
def validate_for_voice(self, number: str, callback: str = None):
pass
def voice(self, to: str, text: str, params: dict = {}):
pass
Example
from sms77api.Sms77api import Sms77api
client = Sms77api("InsertYourSuperSecretApiKeyFromSms77")
print(client.balance())
Support
Need help? Feel free to contact us.
License
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
sms77api-2.0.0.tar.gz
(5.9 kB
view hashes)