Skip to content

miguelgrinberg/twilio-presentation

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

23 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Twilio Presentation

This is a simple online presentation application build with Flask and Twilio Video API.

Installation

Clone the repo and build the environment:

$ git clone https://github.com/greyli/twilio-presentation
$ cd twilio-presentation
$ 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 credential variables in it (You will need to register a free Twilio account).

Run the application with:

(venv) $ flask run

Now open http://localhost:5000, enter the username and the default password test to start the presentation, then open more tabs to test.

About

No description, website, or topics provided.

Resources

License

Code of conduct

Security policy

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 67.9%
  • Python 16.8%
  • HTML 11.5%
  • CSS 3.0%
  • Shell 0.8%