A simple python module that allows you send text messages to your phone.
pip install terminal-text
install the module- export
EMAIL = Your Email
- export
PASS = Your login password
- export
SMTP
, smtp setting from your email for examplesmtp.gmail.com
- export
PORT
, SMTP port - export
SMS_GATEWAY
the sms gateway of your carrier. - export
IMAP_HOST
- AT&T: [number]@txt.att.net
- Sprint: [number]@messaging.sprintpcs.com or [number]@pm.sprint.com
- T-Mobile: [number]@tmomail.net
- Verizon: [number]@vtext.com
- Boost Mobile: [number]@myboostmobile.com
- Cricket: [number]@sms.mycricket.com
- Metro PCS: [number]@mymetropcs.com
- Tracfone: [number]@mmst5.tracfone.com
- U.S. Cellular: [number]@email.uscc.net
- Virgin Mobile: [number]@vmobl.com
- Google Fi: [number]@msg.fi.google.com
- Ting: [number]@message.ting.com
- Telus Mobile: [number]@msg.telus.com
- Viaero: [number]@viaerosms.com
NOTE: Make sure to add +1 before the number.
termtext -m "Enter Message\n"
termtext notify
to see whether you received a message
- This module is available under MIT license.
- if you would like to contribute to this module feel free to fork and create a PR.