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.
23 lines
424 B
Markdown
23 lines
424 B
Markdown
prolefeeder
|
|
===========
|
|
prolefeeder offers querfunk's recordings as downloads.
|
|
|
|
![screenshot of the prolefeeder web form](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.
|
|
|