Skip to content

Latest commit

 

History

History
41 lines (31 loc) · 866 Bytes

README.md

File metadata and controls

41 lines (31 loc) · 866 Bytes

Twilio SMS GUI with contacts Donate

Simple gui to send SMS via Twilio, using predefined contact list.

Twilio SMS GUI

Install

pip install -r requirements.txt

Config

Create config.yml (or '/.config/twiliogui.yml' or '/.twiliogui.yml') file and place it near gui.py:

api:
  accountsid: YourAccountSID
  authtoken: YourAuthToken
  callerid: "YourTwilioPhone"
contacts:
  Contact: "phone"
  Contact2: "phone"
  #...

Example:

api:
  accountsid: ACn6233a2f6ad54844daa770fsfasfas
  authtoken: 39af9safsfafafsfasfafasf221fsafs
  callerid: "+12345678910"
contacts:
  Johny: "+79012345678"
  Sergey: "+79123456789"

Usage

Just run python3 gui.py