1.10.6 • Published 2 years ago

@sparanoid/eop-sender-go-qchttp v1.10.6

Weekly downloads
-
License
AGPL-3.0-or-later
Repository
github
Last release
2 years 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.5

2 years ago

1.10.6

2 years ago

1.9.5

2 years ago

1.8.17

2 years ago

1.8.18

2 years ago

1.8.7

3 years ago

1.8.6

3 years ago

1.8.5

3 years ago

1.8.4

3 years ago

1.8.2

3 years ago

1.8.0

3 years ago

1.7.15

3 years ago

1.7.6

3 years ago

1.7.5

3 years ago

1.7.2

3 years ago

1.6.3

3 years ago

1.6.0

3 years ago