TextNow Autosent is a Node Application that allows automantic sent message to anyone. All communication is handled through the Puppeteer API.
- Fork repository
- Setting repository secrets for autosend parameters
TEXTNOW_USERNAMETEXTNOW_PASSWORDTEXTNOW_RECIPIENTTEXTNOW_MESSAGETEXTNOW_COOKIESmulti accountcookies_str1|+|cookies_str2CACHE_NAMEsave cookies useactions/cache@v2
- Change actions permissions to allow all actions
- Done, it will every hour trigger autosend action
git clone https://github.com/aaronlam/textnow-autosend.gitModify config file, and excute script on the command line:
npm install
# or "yarn install"
npm start
# or "yarn start"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/