Skip to content

Latest commit

 

History

History
44 lines (30 loc) · 1.18 KB

README.md

File metadata and controls

44 lines (30 loc) · 1.18 KB

Cross-platform Chatbot

Follow us on Line Innovation Chatbot (id: @qdr2400b)

KKBOX Open API

KKBOX for developers

API Docs

KKAssistant Docs

Manually deploy to GAE

gcloud app deploy app.yaml

gcloud app deploy cron.yaml

Environment variable

LINE_ACCESS_TOKEN, LINE_CHANNEL_SECRET

KKBOX_APP_ID, KKBOX_APP_SECRET

Access token

  • Deploy to Heroku
    • KKBOX_TOKEN
  • Deploy to GAE
    • DATASTORE_ENTITY_KIND, DATASTORE_ENTITY_ID

Datastore entity

GAE datastore entity

License

Copyright 2018 zaoldyeck

Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at

http://www.apache.org/licenses/LICENSE-2.0

Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License.