1.0.7 • Published 3 years ago

textnow-bot-new v1.0.7

Weekly downloads
1
License
MIT
Repository
github
Last release
3 years ago

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 .