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.
Release files for twilioSMS 1.1.3
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Source distribution (sdist)
| File | Size | Uploaded | |
|---|---|---|---|
| twilioSMS-1.1.3.tar.gz | 2.4 kB | Details |
Built distribution (wheel)
| File | Interpreter | ABI | Platform | Reset |
|---|---|---|---|---|
| twilioSMS-1.1.3-py3-none-any.whl | Python 3 | none | any | Details |
Total release size: 6.3 kB
Release files / twilioSMS-1.1.3.tar.gz
| Download URL | twilioSMS-1.1.3.tar.gz |
|---|---|
| Size | 2.4 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
169d6adad96108a55214294ced422b2404bb60d0ac79ab7c0a8ee1ff86cc57c0
|
|
BLAKE2b-256 checksum How to use checksums |
7f749273f7b8c48241eb4f5bf1b46f49bfc12ea25350ca5b8dda92d818b7c2b5
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is 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
|
Release files / twilioSMS-1.1.3-py3-none-any.whl
| Download URL | twilioSMS-1.1.3-py3-none-any.whl |
|---|---|
| Size | 3.9 kB |
| Tags | Python 3 |
|
SHA-256 checksum How to use checksums |
86f4bb51c13ca6f77fbb414c25be876a680e9c7556d937190f4133de87883343
|
|
BLAKE2b-256 checksum How to use checksums |
5fbdd9175b3a345b45d42f1946608b0d7899c1ff87f9b24bba7bafff13141dfc
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is 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
|