Skip to content

Latest commit

 

History

History
26 lines (18 loc) · 948 Bytes

README.md

File metadata and controls

26 lines (18 loc) · 948 Bytes

Telstra Messaging Qt App

A little app to send and receive messages using the Telstra Messaging API (Australia).

Downloads (standalone)

May be outdated, for latest features build app yourself.

Linux: telstrasmsqt

Windows (not available): telstrasmsqt.exe

Dependencies

pip3 install -r requirements.txt

  • PyQt5
  • requests

Usage

  1. Make an account on the dev portal.
  2. Create a free trial app, and copy the key and secret.
  3. Edit the file keys.example.json, input your key(s) and secret(s), then rename it to keys.json:
  4. Run the app: python3 telstrasmsqt.py or ./telstrasmsqt or double-click if using pre-built package.

Other

Please report bugs or feature requests via Github issues. Contributions are welcome.