a fun texting app
Project description
What's new in v1.0:
-
BUILT IN TWILIO!!!!
-
Runs HYPERfast!!!!
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)
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
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file twilioSMS-1.0.tar.gz.
File metadata
- Download URL: twilioSMS-1.0.tar.gz
- Upload date:
- Size: 2.0 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.1.1 pkginfo/1.5.0.1 requests/2.23.0 setuptools/41.2.0 requests-toolbelt/0.9.1 tqdm/4.45.0 CPython/3.8.2
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
889492bc07809d4ee5af53f4d117a647c6d7254edff3e1a3e8133f0f115d07bc
|
|
| MD5 |
faa6baa474c34f6460b36213706c7dc5
|
|
| BLAKE2b-256 |
25dc0c9f5c6b8f0c0e5ad192015e9b96502f7ebc55083d8a15f6c187740b0054
|
File details
Details for the file twilioSMS-1.0-py3-none-any.whl.
File metadata
- Download URL: twilioSMS-1.0-py3-none-any.whl
- Upload date:
- Size: 3.6 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.1.1 pkginfo/1.5.0.1 requests/2.23.0 setuptools/41.2.0 requests-toolbelt/0.9.1 tqdm/4.45.0 CPython/3.8.2
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
6c998d7e5ff768a48e95a03a87cefddbc74013bf0857bd83904f7b62d95c43ed
|
|
| MD5 |
b1e59ee8c961b38e3a7bd4419a85c5e4
|
|
| BLAKE2b-256 |
29753f8c4ef3ef790d4e450637a8c898deeb0980636b497fef0c9d3769976041
|