A postprocess script in Github's Flat Data actions is used to fire a Python script that collects real estate transfer data
-
the Flat Data action is scheduled daily.
-
the
postprocess.ts
script is then run, triggers the install of python packages, and runs the main python scriptpostprocess.py
. -
postprocess.py
prints out its received arguments, and then generates a CSV fileflat_retr.csv
.
- Thanks to the Github Octo Team
- Thanks to Pierre-Olivier Simonard for his repo on implementing Flat data as a Python postprocess file.