Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/tubone24/ramen-tabetai
Do you like ramen?
https://github.com/tubone24/ramen-tabetai
clasp google-apps-script linebot
Last synced: about 2 months ago
JSON representation
Do you like ramen?
- Host: GitHub
- URL: https://github.com/tubone24/ramen-tabetai
- Owner: tubone24
- License: mit
- Created: 2020-07-23T09:55:54.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2023-03-28T03:54:39.000Z (almost 2 years ago)
- Last Synced: 2024-04-13T04:55:38.247Z (10 months ago)
- Topics: clasp, google-apps-script, linebot
- Language: TypeScript
- Homepage:
- Size: 3.02 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 41
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
Awesome Lists containing this project
README
# Ramen Tabetai (I want to have a Ramen)
![logo](docs/images/logo.png)
[![Node CI](https://github.com/tubone24/ramen-tabetai/workflows/Node%20CI/badge.svg)](https://github.com/tubone24/ramen-tabetai/actions)
[![Coverage Status](https://coveralls.io/repos/github/tubone24/ramen-tabetai/badge.svg?branch=master)](https://coveralls.io/github/tubone24/ramen-tabetai?branch=master)
[![clasp](https://img.shields.io/badge/built%20with-clasp-4285f4.svg)](https://github.com/google/clasp)
[![license](https://img.shields.io/github/license/tubone24/ramen-tabetai.svg)](LICENSE)
[![standard-readme compliant](https://img.shields.io/badge/readme%20style-standard-brightgreen.svg?style=flat-square)](https://github.com/RichardLitt/standard-readme)
[![PRs Welcome](https://img.shields.io/badge/PRs-welcome-brightgreen.svg?style=flat-square)](http://makeapullrequest.com)> Do you like ramen?
## Table of Contents
- [Background](#background)
- [Install](#install)
- [Usage](#usage)
- [Demos](#demos)
- [Test](#Test)
- [Contributing](#contributing)
- [License](#license)## Background
Do you like a Ramen?
I Like a Ramen very much.
Do you want to check Ramen shop near by you easily if you going out?
This `LINEBOT` is the solution that you check Ramen shop.
### Try me!
You can follow ramen-tabetai BOT!
![img](docs/images/qr.png)
## Install
### Precondition
- [Node.js (more v10.15.x)](https://nodejs.org/en/)
- [google/clasp](https://github.com/google/clasp)
- `npm install @google/clasp -g`
- Google Account
- Slack Admin Account
- conoHa Admin Account### Create LINEBOT and Messaging API
Check this link.
### Create GruNavi API
### Set environment variables with Script Properties
Set some variables with Script Properties
![Img](docs/images/install3.png)
![Img](docs/images/install4.png)
Set variables below.
```ini
LINE_BEARER=line bearer
GRUNAVI_TOKEN=grunavi token
```### Install dependencies
Use `npm`, install dependencies.
```
npm install
```## Usage
### Build App
Execute the command below, build script file using with webpack and create script files under `dist` directory.
```
npm run build
```### Push App
Before push app, you need to change GA user setting which enable API.
[https://script.google.com/home/usersettings](https://script.google.com/home/usersettings)
Push App.
```
clasp login # only first access
clasp push
```## Deploy as web app
And also, deploy as web app for the script.
Open your script deployed, click `tool bar => publish => deploy as web app`
And check `Current web app URL`, this is Slack outgoing request URL!
![img](docs/images/8.png)
**GitHub Actions also deploying as web apps!**
## Demos
Run `main` function , send Slack your web page screenshot.
![Img](docs/images/demo.gif)
## Test
If you modify this codes, run unit test with `jest`.
```
npm test
```Also, this repo is integrated with GitHub Action.
So, Run CI test, if you write test.
### GitHub Action
This repo use GitHub Action, Run tests, Build scripts and push scripts to GAS triggered by push to master branch.
If you want to upload script with GitHub Action, you will set your `.clasprc.json` on GitHub Action SECRET.
#### How to setup your clasprc.json
Before set your clasprc.json, run clasp login with your local PC.
```
clasp login
```And you open ~/.clasprc.json with editor.
```
# If you use VSCode
code ~/.clasprc.json
```![Img](docs/images/clasp1.png)
Copy it and paste another window, and replace `"` character to `\"` because of reading to one-line string on bash command.
![Img](docs/images/clasp2.png)
Copy it and paste your GitHub Action Secret (https://github.com/{your_name}/{your_repo}/settings/secrets)
Sectet name is `CLASPRC_JSON` and paste your clasprc.json.
![Image](docs/images/clasp3.png)
Congratulation! You can deploy to GitHub Action!
## Contributing
See [the contributing file](CONTRIBUTING.md)!
PRs accepted.
Small note: If editing the Readme, please conform to the [standard-readme](https://github.com/RichardLitt/standard-readme) specification.
## License
[MIT © tubone.](LICENSE)