You're Invited:Meet the Socket Team at BlackHat and DEF CON in Las Vegas, Aug 4-6.RSVP
Socket
Book a DemoInstallSign in
Socket

textnow-bot-new

Package Overview
Dependencies
Maintainers
1
Versions
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

textnow-bot-new

Send TextNow messages programmatically

1.0.7
latest
Source
npmnpm
Version published
Weekly downloads
1
Maintainers
1
Weekly downloads
 
Created
Source

TextNow Bot

npm Node.js Puppeteer license

TextNow Bot is a Node library that allows TextNow messages to be sent programmatically. All communication is handled through the Puppeteer API.

Getting Started

Installation

To use TextNow Bot in your project, run:

npm install textnow-bot puppeteer
# or "yarn add textnow-bot puppeteer"

Usage

An example project is provided to demonstrate how TextNow Bot can be used alongside Puppeteer to send a message.

Note: SSO login is currently unsupported.

Execute script on the command line:

cd examples/send-message
npm install
# or "yarn install"
node .

Keywords

nodejs

FAQs

Package last updated on 05 Dec 2020

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