Skip to content

Simply python3 script to send SMS from internal network of specific modem (MF283+ ZTE)

Notifications You must be signed in to change notification settings

ddzialak/send_sms_via_ZTE_MF283_plus

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

25 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Receive and send SMS'es from internal network via ZTE modem MF283+

Requirements

  • MF283+ modem permitted to send SMS
  • Computer attached to internal netwok with
    • python3
    • requests

Definition of known numbers

In file numbers.txt is mappping of names to numbers. Number could be binded with many names and name could be binded with many numbers, thats OK! When sending SMS to someone by name the last one number is used.

123123123: uncle
123123124: uncle
111222333: aunt
111222333: Janny

# "default" is a special definition that receive all other SMS-es
# but to make it working "zte-cli --check" must be invoked.
123444567: default

Usage

./sendsms.sh <receiver> "text to be sent"

./zte-cli --check

./zte-cli --check --delete-all

./zte-cli --rmid <message-id>

About

Simply python3 script to send SMS from internal network of specific modem (MF283+ ZTE)

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published