Skip to main content

a fun texting app

Project description

IMPORTANT: PRE-RELEASE FOR v1.0

Instructions:

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 twilioSMS


# 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__":
    twilioSMS

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-1.0b1.tar.gz (2.0 kB view hashes)

Uploaded Source

Built Distribution

twilioSMS-1.0b1-py3-none-any.whl (3.6 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