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 09f622b14b 📝 README 4 years ago
static add icon 6 years ago
templates use teh german date format 6 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 📝 README 4 years ago
README.png 📝 README 4 years ago
TODO.md TODO: close filehandle after sending 6 years ago
config.py.example Do not send deleted files 5 years ago
generate-test-data.py reformat ffmpeg calls 6 years ago
prolefeeder.py Do not send deleted files 5 years ago
prolefeeder.wsgi Work around having no access to Apache SetEnv variables 6 years ago
requirements.txt all teh german error messages 6 years ago
setup.cfg make pep8 a little happier 6 years ago

README.md

prolefeeder

prolefeeder offers querfunk's recordings as downloads.

![README.png]

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.