Run private Python script on Google Cloud Platform

440 Views Asked by At

for the following problem I need some advice on what would be the best to do:

I want to keep track on my emails so I wrote a small Python script which does exactly that. Since it is my GMail account I am looking at and I would like to store the data in a Google spreadsheet I thought about using the Google App Engine.

This script should be triggered everytime there is a new email in my post box. What would be the smartest way to do so considering any security issues?

0

There are 0 best solutions below