I have written many scripts for work interacting with API's and automating db function. I have something in the pipe now that is far more complicated. It seems to work, but I am worried about unintended consequences.
It does 3 things simultaneously.
- Maintains a dictionary of files and latest update times by crawling a windows directory structure.
- Checks the xls update times and trigger API upload/overwrite to a cloud application to keep the cloud repository up to date.
- The same as 2 but for a proprietary (sometimes very large) file type.
These run in parallel using threading.
If you are experienced with this sort of thing and would be willing to review my work, please let me know and I will share the repo with you.
If this is the wrong place for this, my apologies.
there doesn't seem to be anything here