This is the line chatbot for Over Party Lab. We are using clasp and typescript to development.
To run on apps script, you need to install clasp and typescript for apps script, it will complie .ts file when you push code to your apps script.
- Node.js version 4.7.4 or later
- npm
- clasp
npm install @google/clasp -g
- typescript for apps script
npm i -S @types/google-apps-script
clasp pull
clasp push
For more informantion, please check these following links: