Skip to content

从 Discord 更新资料到 Notion 中的机器人

Notifications You must be signed in to change notification settings

shing19/cori-dcjs-ts

 
 

Repository files navigation

Cori

Getting Started

nvm use v16.17.0
npm install 
cp .env.example .env
# 填写一下 .env
#
# botToken: bot token
# clientId: bot ID
# notionKey: notion api key
# materialTable: card database
# relationTable: author database
# environment: dev | prod | debug
#
npm start

Build a nodejs image and share to the Docker Hub

sudo docker image build -t 'cori' .
sudo docker tag cori <your name>/cori
sudo docker push <your name>/cori

Contributor community

https://discord.com/channels/995771542631890944/1019574929571721266

About

从 Discord 更新资料到 Notion 中的机器人

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • TypeScript 97.9%
  • Dockerfile 1.4%
  • Shell 0.7%