Skip to content

Latest commit

 

History

History
32 lines (23 loc) · 792 Bytes

README.md

File metadata and controls

32 lines (23 loc) · 792 Bytes

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"