1.10.23 • Published 1 month ago

@sparanoid/eop-sender-telegram v1.10.23

Weekly downloads
-
License
AGPL-3.0-or-later
Repository
github
Last release
1 month ago

@sparanoid/eop-sender-telegram

Send processed data to Telegram

Features

  • Simple, fast, ESM by default
  • Minimal dependencies, HTTPS requests by got

Usage

import send from '@sparanoid/eop-sender-telegram';

const options = {
  payload: `json`, // `json` or `form`
  token: '1234567890:ABCDEFGHIJKLMNOPQRSTUVWXYZ123456789',
  method: `sendMessage`,
};

const resp = await send(options, {
  chat_id: `123456`,
  text: `Test from @sparanoid/eop-sender-telegram`
});

JSON.parse(resp.body).ok
//=> true

License

AGPL-3.0

1.10.23

1 month ago

1.10.5

12 months ago

1.10.6

11 months ago

1.9.5

12 months ago

1.8.17

1 year ago

1.8.18

1 year ago

1.8.7

1 year ago

1.8.6

1 year ago

1.8.5

1 year ago

1.8.4

2 years ago

1.8.2

2 years ago

1.8.0

2 years ago

1.7.15

2 years ago

1.7.6

2 years ago

1.7.5

2 years ago

1.7.2

2 years ago

1.6.3

2 years ago

1.6.0

2 years ago