Skip to content

MidraLab/notion-meeting-scheduler

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

50 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

定例の通知の自動化

  • Notionの定例ページのタイトルの自動変更
  • Notionの定例ページをdiscordに通知

set up environment

MIDRA_LAB_NOTION_API=YOUR_NOTION_API
NOTION_DATABASE_URL=YOUR_NOTION_DATABASE_URL
DISCORD_WEBHOOK_URL=YOUR_DISCORD_WEBHOOK_URL

setup

  1. install docker and docker desktop
  2. clone this repository
  3. cd mtg-notification
  4. docker-compose up -d --build (docker imageのビルドと起動)
  5. docker-compose exec mtg-notification bash (dockerの仮想環境内に入る)
  6. go run test.go (テスト用のコードを実行)

note

  • You don't need to install go on your pc because you are creating a go environment in docker.

About

Notify Discord of regular meetings at regular intervals and manage the Notion Page for these meetings.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published