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_USERNAME
TEXTNOW_PASSWORD
TEXTNOW_RECIPIENT
TEXTNOW_MESSAGE
TEXTNOW_COOKIES
multi accountcookies_str1|+|cookies_str2
CACHE_NAME
save 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.git
Modify config file, and excute script on the command line:
npm install
# or "yarn install"
npm start
# or "yarn start"