https://github.com/mottox2/slack-esa-preview
esa.ioの記事URLが投稿されると、記事情報をつけたしてくれるSlack app
https://github.com/mottox2/slack-esa-preview
esa esa-io netlify-functions slack slack-api
Last synced: 5 days ago
JSON representation
esa.ioの記事URLが投稿されると、記事情報をつけたしてくれるSlack app
- Host: GitHub
- URL: https://github.com/mottox2/slack-esa-preview
- Owner: mottox2
- Created: 2018-07-22T12:47:58.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2019-02-11T13:18:00.000Z (almost 7 years ago)
- Last Synced: 2025-02-14T12:57:08.448Z (9 months ago)
- Topics: esa, esa-io, netlify-functions, slack, slack-api
- Language: TypeScript
- Homepage:
- Size: 322 KB
- Stars: 1
- Watchers: 2
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Slack esa preview
esa.ioのリンクがSlackに入力されると、内容が表示されるSlack App。
Netlify functionsでホスティングする前提で書いています。
[](https://app.netlify.com/start/deploy?repository=https://github.com/mottox2/slack-esa-preview)
## Setup
### Slack Appの設定
### esa.ioのアクセストークンの取得
https://[あなたのチーム名].esa.io/user/applications にアクセスし ` Personal access tokens`の横にある`Personal access tokens`をクリックしてください。
トークン生成画面に遷移するので、Token descriptionに適当な説明(ex.`slack-esa-preview`)を記入、Select scopesに`Read`がチェックがついているのを確認してSaveをクリックしてください。
そうすると一度だけアクセストークンが表示されるので、それを次のステップで使います。
### Netlifyにデプロイ
[](https://app.netlify.com/start/deploy?repository=https://github.com/mottox2/slack-esa-preview)
をクリックし、最初の画面でGitHub連携を行います。
TODO: 環境変数を入力するスクショと説明