0.1.0 • Published 3 years ago

slack-message-tiny-bot v0.1.0

Weekly downloads
-
License
Apache-2.0
Repository
github
Last release
3 years ago

install

npm install slack-message-tiny-bot --save

usages

const _bot = new SlackMessageTinyBot();

_bot.appendBot({
slackWebhookUrl: 'https://hooks.slack.com/services/MY_SLACK_WEBHOOK_URL',
telegramBot: {
    botToken: 'my telegram bot token',
    chatId: 'my chat id',
},
});

_bot.sendMessage({
botIndex: 1,
message: 'test',
}).catch(() => {});
0.1.0

3 years ago

0.0.7

3 years ago

0.0.6

3 years ago

0.0.5

3 years ago

0.0.4

3 years ago

0.0.3

3 years ago

0.0.1

3 years ago