Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/rakshazi/twilio-sms-gui
Simple GUI to send SMS via Twilio with predefined contact list
https://github.com/rakshazi/twilio-sms-gui
gui python3 qt5 sms twilio twilio-sms twilio-sms-gui yaml
Last synced: 2 months ago
JSON representation
Simple GUI to send SMS via Twilio with predefined contact list
- Host: GitHub
- URL: https://github.com/rakshazi/twilio-sms-gui
- Owner: rakshazi
- Created: 2019-03-20T12:22:30.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2021-07-19T21:18:38.000Z (over 3 years ago)
- Last Synced: 2023-03-03T10:46:38.350Z (almost 2 years ago)
- Topics: gui, python3, qt5, sms, twilio, twilio-sms, twilio-sms-gui, yaml
- Language: Python
- Size: 42 KB
- Stars: 6
- Watchers: 2
- Forks: 3
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Twilio SMS GUI with contacts [![Donate](https://liberapay.com/assets/widgets/donate.svg)](https://liberapay.com/rakshazi/donate)
Simple gui to send SMS via Twilio, using predefined contact list.
![Twilio SMS GUI](https://github.com/rakshazi/twilio-sms-gui/blob/master/screenshot.png)
## Install
```bash
pip install -r requirements.txt
```## Config
Create `config.yml` (_or '~/.config/twiliogui.yml' or '~/.twiliogui.yml'_) file and place it near `gui.py`:
```yml
api:
accountsid: YourAccountSID
authtoken: YourAuthToken
callerid: "YourTwilioPhone"
contacts:
Contact: "phone"
Contact2: "phone"
#...
```Example:
```yml
api:
accountsid: ACn6233a2f6ad54844daa770fsfasfas
authtoken: 39af9safsfafafsfasfafasf221fsafs
callerid: "+12345678910"
contacts:
Johny: "+79012345678"
Sergey: "+79123456789"
```## Usage
Just run `python3 gui.py`