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: 12 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 (over 7 years ago)
- Default Branch: master
- Last Pushed: 2021-07-19T21:18:38.000Z (almost 5 years ago)
- Last Synced: 2025-05-13T07:52:05.713Z (about 1 year ago)
- Topics: gui, python3, qt5, sms, twilio, twilio-sms, twilio-sms-gui, yaml
- Language: Python
- Size: 42 KB
- Stars: 6
- Watchers: 1
- Forks: 3
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Twilio SMS GUI with contacts [](https://liberapay.com/rakshazi/donate)
Simple gui to send SMS via Twilio, using predefined contact list.

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