Socket
Book a DemoInstallSign in
Socket

@a-soul/sender-go-qchttp

Package Overview
Dependencies
Maintainers
1
Versions
4
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@a-soul/sender-go-qchttp

Send processed data to go-qchttp

latest
Source
npmnpm
Version
1.5.2
Version published
Maintainers
1
Created
Source

@a-soul/sender-telegram

Send processed data to Telegram

Features

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

Usage

import send from '@a-soul/sender-telegram';

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

const resp = await send(options, {
  chat_id: `1234567`,
  text: `Test from @a-soul/sender-telegram`
});

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

License

AGPL-3.0

Keywords

tiktok

FAQs

Package last updated on 28 May 2022

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts