/textnow-autosend

Refresh textnow phone number

Primary LanguageJavaScript

TextNow AutoSend

TextNow Autosent is a Node Application that allows automantic sent message to anyone. All communication is handled through the Puppeteer API.

Getting Started

1. GitHub Actions

  1. Fork repository
  2. Setting repository secrets for autosend parameters
    • TEXTNOW_USERNAME
    • TEXTNOW_PASSWORD
    • TEXTNOW_RECIPIENT
    • TEXTNOW_MESSAGE
  3. Change actions permissions to allow all actions
  4. Done, it will every hour trigger autosend action

2. Server Side

    git clone https://github.com/aaronlam/textnow-autosend.git

Modify config file, and excute script on the command line:

    npm install
    # or "yarn install"

    npm start
    # or "yarn start"