A little app to send and receive messages using the Telstra Messaging API (Australia).
May be outdated, for latest features build app yourself.
Linux: telstrasmsqt
Windows (not available): telstrasmsqt.exe
pip3 install -r requirements.txt
- PyQt5
- requests
- Make an account on the dev portal.
- Create a free trial app, and copy the key and secret.
- Edit the file
keys.example.json
, input your key(s) and secret(s), then rename it tokeys.json
: - Run the app:
python3 telstrasmsqt.py
or./telstrasmsqt
or double-click if using pre-built package.
Please report bugs or feature requests via Github issues. Contributions are welcome.