smsified

An easy-to-use wrapper for SMSified
Download

smsified Ranking & Summary

Advertisement

  • Rating:
  • License:
  • MIT/X Consortium Lic...
  • Price:
  • FREE
  • Publisher Name:
  • Zach Williams
  • Publisher web site:
  • http://zachwill.com

smsified Tags


smsified Description

smsified is an easy-to-use Python wrapper for SMSified.Installationpip install smsifiedUsageMake sure to set the following environment variables to reduce the preliminary, boilerplate setup.export SMS_USER=smsified_usernameexport SMS_PASS=smsified_passwordYou can then import the smsified Python library.>>> import smsified as s# Oops, we forgot to set our username and password. No worries.>>> s.auth('smsified_username', 'smsified_password')# Now, set your current SMSified number.>>> s.number('415-123-4567')# Send a message.>>> s.send('415-456-7890', 'Hey, you!')# And, we can switch it up at any time.>>> s.number('415-456-7890')>>> s.send('415-123-4567', 'ohai')Product's homepage


smsified Related Software