Skip to content

zanweb/textnow-autosend

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 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
    1. TEXTNOW_USERNAME
    2. TEXTNOW_PASSWORD
    3. TEXTNOW_RECIPIENT
    4. TEXTNOW_MESSAGE
  3. 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

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • JavaScript 100.0%