RamZallan / audiophiler

s3 audio file storage flask app with templated front end

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

audiophiler

s3 audio file storage with templated front end.
Written for Computer Science House. Allows house members to store audio files on an s3 bucket (backed by the CSH ceph rgw). Files can be retrieved for listening through the web interface, or through the get_harold route. Presigned s3 urls are handed out when the play button is clicked with a 302 return (to prevent the presigned url from expiring after the page is loaded).
TODO:

  • Make front end easier to browse
  • Switch over to boto3 instead of boto
  • Move extra functions out of init.py

Installation

From the root directory of the repo, setup a virtualenv with python3, then:
python setup.py install
or
python setup.py develop

Running audiophiler

export FLASK_APP=audiophiler
flask run
See config.py for necessary environment variables.

About

s3 audio file storage flask app with templated front end

License:MIT License


Languages

Language:Python 51.2%Language:HTML 40.4%Language:CSS 4.7%Language:JavaScript 2.0%Language:Mako 1.6%