329 B
329 B
Process for getting new data:
- Get new data from API with
get.py
- Clean the data (may have to do manually) with the
process
related py files - Check validity (json differ or whatever)
- Create clean and compress versions and copy them into toplevel for usage (can use
clean_json.py
andcompress_json.py
for this).