Skip to content

Latest commit

 

History

History
8 lines (5 loc) · 767 Bytes

README.md

File metadata and controls

8 lines (5 loc) · 767 Bytes

Flask Server

Run on Repl.it

The Flask Server is a way to pass along caption requests from the client-side to the server-side. From here, the flask server can handle sensitive data like API credentials without anything being exposed in the extension.

The flask server is built in python, and it is still very early in development. Currently, there is no connection from the Chrome Extension to the flask server, but this is planned for the near future.

It is made to be open-source and modular, so that anyone can audit the code that is being used to pass along caption data to credential-backed API requests, and so that anyone can run their own instance of the server.