voc / voctosched

Tools for generating and manipulating frab-style fahrplan
GNU General Public License v3.0
1 stars 12 forks source link

allow piping of csv/xml #27

Closed cz8s closed 5 years ago

cz8s commented 7 years ago

It would be awesome if schedule.py could read the csv from stdin and write the xml to stdout. One could pipe like this wget URL | ./voctosched.py | tee STH

It would be very nice feature when using docker

zuntrax commented 5 years ago

Please note that wget | ./schedule is mostly obsolete because voctosched can download input files via HTTP. I still added it for other use cases.