Socket
Socket
Sign inDemoInstall

cobrabot-patch

Package Overview
Dependencies
17
Maintainers
1
Versions
3
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

    cobrabot-patch

welcome cobra npm package


Version published
Weekly downloads
7
increased by600%
Maintainers
1
Install size
833 kB
Created
Weekly downloads
 

Readme

Source

How To Use

Bug Fixed

const fs = require('fs');
const {uploadByBuffer} = require('cobrabot-patch')

var geturl = await uploadByBuffer(fs.readFileSync(file or path), 'video/mp4' or another mimetype) //select one option of mimetype...

console.log(geturl.link) // result - https://telegra.ph/file/xxx.png or https://telegra.ph/file/xxxx.mp4

// && whatsapp bot baileys

await message.client.sendMessage(message.jid, geturl.link, MessageType.text)

Keywords

FAQs

Last updated on 27 Oct 2021

Did you know?

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

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc