How to automate start script #2793
Unanswered
marcoideait
asked this question in
Q&A
Replies: 1 comment
-
@marcoideait you may want to check this out: You can offload the easy api process to pm2 (if installed) |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello I need to automate script that can start command like:
npx @open-wa/wa-automate -w 'https://myendpoint'
I've already create a script but process need to be authenticated by qrcode script every time. Ho to fix this, to authenticate one time and then start the script without scan code every time?
Also if I start it by cli with a command like this:
npx @open-wa/wa-automate -w 'https://myendpoint' &
The process was killed when I log out from the shell
Is possible to fix qrcode scan and make a service?
Thanks in advance
Beta Was this translation helpful? Give feedback.
All reactions