Skip to content
This repository has been archived by the owner on Jul 18, 2023. It is now read-only.
/ line-buychat Public archive

LINE ボット との会話で Amazon 検索と購入をする、買い物チャット

License

Notifications You must be signed in to change notification settings

ngs-archives/line-buychat

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

36 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

買い物チャット

QR Code

友達追加

CircleCI

Setup

# .envrc

## Grab LINE Credentials from
## https://developers.line.me/ba/
export LINE_CHANNEL_SECRET=...
export LINE_CHANNEL_TOKEN=...

## Grab AWS Credentials from
## https://console.aws.amazon.com/iam/home#/security_credential
export AWS_ACCESS_KEY_ID=...
export AWS_SECRET_ACCESS_KEY=...

## Product Advertising Configurations from
## https://affiliate.amazon.co.jp/gp/associates/network/your-account/manage-tracking-ids.html
export AWS_PRODUCT_REGION=JP
export AWS_ASSOCIATE_TAG=buychat-22

Deploy

heroku git:remote --app line-buychat
heroku plugins:install heroku-container-registry
heroku container:login
heroku container:push web

License

Copyright © 2016 LittleApps Inc.

About

LINE ボット との会話で Amazon 検索と購入をする、買い物チャット

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages