offer downloads of recordings
You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
neingeist ff84c8838d Merge branch 'master' of cvs.moegen-wir.net:querfunk/prolefeeder 3 years ago
static add icon 6 years ago
templates 🚧 switch to bootstrap-flask / bootstrap 4 3 years ago
.flaskenv initial commit 6 years ago
.gitignore create output files as temporary files and remove them before sending 6 years ago
README.md 📝 fix screenshot 5 years ago
README.png 📝 README 5 years ago
config.py.example 🐛 fix error message if data or output directories do not exist 5 years ago
generate-test-data.py reformat ffmpeg calls 6 years ago
prolefeeder.py 🚧 switch to bootstrap-flask / bootstrap 4 3 years ago
prolefeeder.wsgi Work around having no access to Apache SetEnv variables 6 years ago
requirements.txt 🚧 switch to bootstrap-flask / bootstrap 4 3 years ago
setup.cfg make pep8 a little happier 6 years ago

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
python prolefeeder.py

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