Skip to main content

a fun texting app

Project description

Whats new in v0.2.2:

  1. Now resizable!

  2. third test for built in twilio.

What's New in v0.2:

  1. Runs 2x as fast!

  2. now works with python 3.5!

  3. New spam button that sends 5 of the same text!

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

Uploaded Source

Built Distribution

twilioSMS-0.2.3-py3-none-any.whl (3.0 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