TextNow AutoSend is a Node Application that allows automatic sent message to anyone. All communication is handled through the Puppeteer API.
-
Fork repository
-
Setting repository secrets for auto-send parameters, for multi-users, split them with "|"
Name Description TEXTNOW_USERNAME TextNow username to login, if multi, use "|" to split. TEXTNOW_PASSWORD TextNow password to login, if multi, use "|" to split. TEXTNOW_COOKIES TextNow cookies to auto login, base64 encoded, and must with username defined, if multi, use "|" to split. TEXTNOW_RECIPIENT Auto-send recipient, if not defined, "(726) 666-0002" will be used. TEXTNOW_MESSAGE Auto-send message, if not defined, "auto-send message" will be used. CAPTCHA_TOKEN 2captcha token, if defined, hCaptcha will be auto-resolved. -
Change actions permissions to allow all actions
-
Done, it will every hour trigger auto-send action
git clone https://github.com/aaronlam/textnow-autosend.git
Modify config file, and execute 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/