Skip to content

fatfingererr/discord-notion-bot

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
#
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

About

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

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published