Skip to content

greyli/flask-twilio-starter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Flask Twilio Starter

This is a simple Twilio starter project with Flask and Twilio Python SDK.

Installation

Clone the repo and build the environment:

$ git clone https://github.com/greyli/flask-twilio-starter
$ cd flask-twilio-starter
$ python3 -m venv venv  # use python -m venv venv" on Windows
$ . venv/bin/activate  # use "venv\Scripts\activate" on Windows
(venv) $ pip install -r requirements.txt

Rename the .env.example to .env, fill the variables in it (You will need to register a free Twilio account).

Run the application with:

(venv) $ flask run

Then open http://localhost:5000 to test.

About

Starter project for Twilio with Python and Flask

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published