a fun texting app
Project description
What's new in v1.0:
-
BUILT IN TWILIO!!!!
-
Runs HYPERfast!!!!
What's new in v1.1.3:
- 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
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
File details
Details for the file twilioSMS-1.1.3.tar.gz
.
File metadata
- Download URL: twilioSMS-1.1.3.tar.gz
- Upload date:
- Size: 2.4 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.46.0 CPython/3.8.3
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 169d6adad96108a55214294ced422b2404bb60d0ac79ab7c0a8ee1ff86cc57c0 |
|
MD5 | 1a1b7c2103cf3a733552a76d733e0898 |
|
BLAKE2b-256 | 7f749273f7b8c48241eb4f5bf1b46f49bfc12ea25350ca5b8dda92d818b7c2b5 |
File details
Details for the file twilioSMS-1.1.3-py3-none-any.whl
.
File metadata
- Download URL: twilioSMS-1.1.3-py3-none-any.whl
- Upload date:
- Size: 3.9 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.46.0 CPython/3.8.3
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 86f4bb51c13ca6f77fbb414c25be876a680e9c7556d937190f4133de87883343 |
|
MD5 | a92a0ed94b90127bf7b8494ac68c1d2f |
|
BLAKE2b-256 | 5fbdd9175b3a345b45d42f1946608b0d7899c1ff87f9b24bba7bafff13141dfc |