offer downloads of recordings
 
 
 
Go to file
neingeist 88d4ed2c8c 🎨 reformat css
static 🎨 reformat css
templates 💄 un-uglify the interface
.flaskenv initial commit
.gitignore create output files as temporary files and remove them before sending
README.md 📝 README: flask run
README.png 📝 README
config.py.example 🐛 fix error message if data or output directories do not exist
generate-test-data.py reformat ffmpeg calls
prolefeeder.py 👷🏽‍♂️ use send_from_directory's download_name
prolefeeder.wsgi Work around having no access to Apache SetEnv variables
requirements.txt improve length error message.
setup.cfg make pep8 a little happier

README.md

prolefeeder

prolefeeder offers querfunk's recordings as downloads.

screenshot of the prolefeeder web form

testing

in a virtualenv:

pip install -r requirements.txt
ln -s config.py.example config.py
mkdir /var/tmp/prolefeeder-test-data
mkdir /var/tmp/prolefeeder-test-out
python generate-test-data.py
FLASK_ENV=development flask run --host=127.0.0.1

and then open http://127.0.0.1:5000/ in your browser.