This sample delivers periodic cat fact notifications using users' preferences.
-
Enter your Google App Engine App ID in the
app.yaml
file. -
Create a Google API Project and enable the
Google+ API
and theGoogle Mirror API
. -
Create an OAuth 2.0 client ID, setting your application's URL as an authorized
JavaScript origins
. -
Enter your OAuth 2.0 client ID and client Secret in the
client_secrets.json
file. -
Upload your Google App Engine application:
$ appcfg.py --oauth2 update .
- Original compliation of Cat Facts can be found on this reddit thread