Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/trishmapow/telstra-sms-qt
- Owner: trishmapow
- Created: 2019-09-15T05:14:28.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2020-01-06T01:35:05.000Z (about 5 years ago)
- Last Synced: 2024-10-11T00:32:53.034Z (3 months ago)
- Language: Python
- Homepage:
- Size: 88.2 MB
- Stars: 2
- Watchers: 2
- 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).
![](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.