Skip to content

abelathomas/Emergency-SMS-Sender

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Emergency SMS Sender

Project Description

This is a Flask App that allows all the people whose phone numbers I have authenticated in my Twilio account, to send messages to each other.

Built Using

  • Python / Flask (Web app)
  • Postman (API Testing)
  • Twilio API (Programmable SMS API)

Local Installation

Update the .env and with your Twilio credentials.

Running the application

  1. python -m venv .venv
  2. .\.venv\Scripts\activate
  3. pip install -r requirements.txt
  4. flask run
    Open the generated link in your browser

Screenshot


This application was inspired by an 'Intro to API course' by Craig Dennis

About

Send a SMS text message to a friend

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published