Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

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`