On a server, I have a cron job which calls a python script. I want the python script to be able to call a google app script function, which performs some actions on a google spreadsheet.
Is it possible to call a google app script from python and also get notified when it finishes?