husv / textnow-autosend

Refresh textnow phone number

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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
    • TEXTNOW_COOKIES multi account cookies_str1|+|cookies_str2
    • CACHE_NAME save cookies use actions/cache@v2
  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"

About

Refresh textnow phone number


Languages

Language:JavaScript 100.0%