Skip to main content

twilio package required (https://pypi.org/project/twilio/), credit goes to cleverprogrammer, who made the code that I added a GUI to

Project description

go to https://www.twilio.com and sign up, follow instructions, then import account sid, auth token, and twilio number

also type in 'pip install twilio' in the terminal

credit goes to CleverProgrammer for creating the base code for this program

code (file MUST be called run.py) import sms

# get these credentials by signing up for a twilio account at https://www.twilio.com
account_sid = "ACXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX"  # insert your account SID here
auth_token = "your_auth_token"  # insert your authenication token here
my_cell = "cell number here"  # insert your phone number starting with +1
my_twilio = "twilio number here"  # insert your twilio number starting with +1


if __name__ == "__main__":
    sms

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

twilioSMS-0.1.1.tar.gz (1.9 kB view hashes)

Uploaded Source

Built Distribution

twilioSMS-0.1.1-py3-none-any.whl (2.9 kB view hashes)

Uploaded 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