Skip to content
This repository has been archived by the owner on Mar 5, 2024. It is now read-only.

sugyan/appengine-nlapi-example

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Natural Language API Example

Products

Language

APIs

Prerequisites

  1. A Google Cloud Platform Account
  2. A new Google Cloud Platform Project for this lab with billing enabled (You can choose the region for App Engine deployment with advanced options.)
  3. Enable the Natural Language API from the API Manager
  4. Create application in Twitter Application Management and get "Consumer Key" and "Consumer Secret"

Deploy the application

$ pip install -r requirements.txt -t lib
$ gcloud app create
$ gcloud app deploy

By executing these commands on the Cloud Shell, the project id is automatically applied to the application and the application URL will be https://<project id>.appspot.com.

Clean up

Clean up is really easy, but also super important: if you don't follow these instructions, you will continue to be billed for the project you created.

To clean up, navigate to the Google Developers Console Project List, choose the project you created for this lab, and delete it. That's it.

About

No description or website provided.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published