https://github.com/trishmapow/telstra-sms-qt
PyQt (GUI) app to send/receive messages using Telstra Messaging API
https://github.com/trishmapow/telstra-sms-qt
Last synced: about 1 year ago
JSON representation
PyQt (GUI) app to send/receive messages using Telstra Messaging API
- Host: GitHub
- URL: https://github.com/trishmapow/telstra-sms-qt
- Owner: trishmapow
- Created: 2019-09-15T05:14:28.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2020-01-06T01:35:05.000Z (over 6 years ago)
- Last Synced: 2025-03-30T03:51:10.593Z (about 1 year ago)
- Language: Python
- Homepage:
- Size: 88.2 MB
- Stars: 2
- Watchers: 1
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Telstra Messaging Qt App
A little app to send and receive messages using the [Telstra Messaging API](https://www.telstra.com.au/business-enterprise/solutions/mobility-solutions/mobile-messaging/messaging-api) (Australia).

## Downloads (standalone)
May be outdated, for latest features build app yourself.
Linux: [telstrasmsqt](dist/telstrasmsqt)
Windows (not available): [telstrasmsqt.exe](dist/telstrasmsqt.exe)
## Dependencies
`pip3 install -r requirements.txt`
- PyQt5
- requests
## Usage
1. Make an account on the [dev portal](https://dev.telstra.com/).
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.