Skip to main content

a fun texting app

Project description

What's new in v1.0:

  1. BUILT IN TWILIO!!!!

  2. Runs HYPERfast!!!!

What's new in v1.1.3:

  1. Repl functionality still in beta (https://SMS--johndo3.repl.co)

Instructions:

go to https://www.twilio.com and sign up, follow instructions, then get account sid, auth token, and twilio number and import them into run.py (the file where the code runs)

credit goes to CleverProgrammer for creating the base code for this program, and to twilio Inc for providing me with the database

code (file MUST be called run.py, you can use main.py on repl.it)

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

or, in the terminal(BETA TESTING), type:

python sms.py

you whil have to type in everything in manually, though.

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.1.3.tar.gz (2.4 kB view hashes)

Uploaded Source

Built Distribution

twilioSMS-1.1.3-py3-none-any.whl (3.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