Skip to content

whale-wave/ww-message-push-service

Repository files navigation

Whale Wave Message Push Service

Config

Modify the contents of src/config/config.ts

export default {
  port: 1234,
  telegram: {
    token: 'xxxx',
    chatGroups: [
      {
        chatId: 'xxxxx',
        replyToMessageId: 5,
      },
    ],
  },
  webhooks: {
    feiShu: ['xxxxxxx'],
  },
};

PS: config.local.ts will not be added to git management

Usage

pnpm install
pnpm dev

Deploy

pnpm build

NodeJs version: 18.14.0

About

Information Push Center. 信息推送中心.

Resources

Stars

Watchers

Forks

Packages

No packages published

Contributors 2

  •  
  •