Skip to content

LiteCoder/textnow-autosend

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

48 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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"

3. How to get cookies for TextNow

Use Chrome to login to https://www.textnow.com/ Install Chrome extension EditThisCookie: https://chrome.google.com/webstore/detail/fngmhnnpilhplaeedifhccceomclgfbg Use export function of EditThisCookie, all cookies will in clipboard Convert the clipboard cookies into base64 format: https://www.bejson.com/enc/base64/

About

Refresh textnow phone number

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 100.0%