Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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: 2 months ago
JSON representation

PyQt (GUI) app to send/receive messages using Telstra Messaging API

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

![](screenshot.png)

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