offer downloads of recordings
 
 
 
Go to file
neingeist 1d173aa45a 👷🏻‍♀️ make sources something to configure
static 💄 simplify .form-download css
templates 💄 simplify .form-download css
.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 👷🏻‍♀️ make sources something to configure
generate-test-data.py 👷🏻‍♀️ make sources something to configure
prolefeeder.py 👷🏻‍♀️ make sources something to configure
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.