CourtJesterG / mirror-catfacts-python

Mirror Cat Facts sample

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

mirror-catfacts-python

This sample delivers periodic cat fact notifications using users' preferences.

Getting Started

  1. Create a Google App Engine application.

  2. Enter your Google App Engine App ID in the app.yaml file.

  3. Create a Google API Project and enable the Google+ API and the Google Mirror API.

  4. Create an OAuth 2.0 client ID, setting your application's URL as an authorized JavaScript origins.

  5. Enter your OAuth 2.0 client ID and client Secret in the client_secrets.json file.

  6. Upload your Google App Engine application:

    $ appcfg.py --oauth2 update .

Credits

  • Original compliation of Cat Facts can be found on this reddit thread

About

Mirror Cat Facts sample

License:Apache License 2.0


Languages

Language:Python 98.3%Language:JavaScript 0.9%Language:HTML 0.4%Language:CSS 0.4%