Konboi / lp2gd

photo that uploaded in LINE upload to Google Photo

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

lp2gd

What is lp2gd ?

lp2gd is LINE Photo to Google Drive

  1. LINE Webhook to Google Cloud Function (GCF)
  2. GCF publish message to Cloud Pub/Sub (Pub/Sub) when web hook message type is image
  3. GCF get content image from line and upload Google Drive when subscribe message from Pub/Sub

How to use

  • Create new LINE channel and edit information
  • Create GCP project
  • Create service account and share Google Drive
  • Define env
  • make deploy

Env

env name description
LINE_CHANNEL_ACCESS_TOKEN LINE Channel Messaging API's channel access token
LINE_CHANNEL_SECRET LINE Channel Channel Secret
GCP_PUBSUB_PROJECT_ID GCP Project ID
GCP_PUBSUB_TOPIC Cloud Pub/Sub topic name
UPLOAD_GOOGLE_DRIVE_ID Google Drive ID
UPLOAD_SERVICE_ACCOUNT_CLIENT_EMAIL service account's client email
UPLOAD_SERVICE_ACCOUNT_PRIVATE_KEY service account's private key
UPLOAD_SERVICE_ACCOUNT_PRIVATE_KEY_ID service account's private key id

About

photo that uploaded in LINE upload to Google Photo


Languages

Language:Go 83.1%Language:Makefile 13.4%Language:Shell 3.5%