- Notionの定例ページのタイトルの自動変更
- Notionの定例ページをdiscordに通知
MIDRA_LAB_NOTION_API=YOUR_NOTION_API
NOTION_DATABASE_URL=YOUR_NOTION_DATABASE_URL
DISCORD_WEBHOOK_URL=YOUR_DISCORD_WEBHOOK_URL- install docker and docker desktop
- clone this repository
- cd
mtg-notification docker-compose up -d --build(docker imageのビルドと起動)docker-compose exec mtg-notification bash(dockerの仮想環境内に入る)go run test.go(テスト用のコードを実行)
- You don't need to install go on your pc because you are creating a go environment in docker.