I'm wondering if there is a way to deploy a Python script to Google App Engine which will download some data every day, and a parameters needs to be passed to the Python script from outside. It's not a HTTP service, so maybe though the Google API? Call Google API, invoke Python script mytest.py
with parameter xxx.
Is this possible?
Thanks