mtdevss / terminal-text

Terminal Text CLI app. A simple tool that sends text messages to your phone.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Terminal Text

A simple python module that allows you send text messages to your phone.

Installation

  • pip install terminal-text install the module
  • export EMAIL = Your Email
  • export PASS = Your login password
  • export SMTP , smtp setting from your email for example smtp.gmail.com
  • export PORT , SMTP port
  • export SMS_GATEWAY the sms gateway of your carrier.
  • export IMAP_HOST

SMS GATEWAYS

  • 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.

Usage

  • termtext -m "Enter Message\n"
  • termtext notify to see whether you received a message

Contribution

  • This module is available under MIT license.
  • if you would like to contribute to this module feel free to fork and create a PR.

NOTE THIS REPO HAS BEEN MOVED TO MTDEVSS AND NEW UPDATE COMING SOON

About

Terminal Text CLI app. A simple tool that sends text messages to your phone.

License:MIT License


Languages

Language:Python 100.0%