open-wa / wa-automate-nodejs

💬 🤖 The most reliable tool for chatbots with advanced features. Be sure to 🌟 this repository for updates!
https://docs.openwa.dev/
Other
3.14k stars 600 forks source link

Feature: Change generated QR code #939

Closed smashah closed 4 years ago

smashah commented 4 years ago

The Generated QR code should be mutated in some way to prevent it from being used for phishing attacks.

smashah commented 4 years ago

Another feature coming soon: The QR codes will be refreshed automatically and in proper time. Right now the library allows you to choose the interval of the qr refresh. This results in the default qr refresh overriding your refreshed qr a few seconds later. (by default it's every 19 seconds, you might set qrRefreshS to 15, this means after the first refresh, 4 seconds later WA Web will refresh on it's own, resulting in your second qr code being invalid after 4 seconds)

smashah commented 4 years ago

@github-actions run

âš¡ Release! âš¡ ```js (async () => { function exec(cmd) { console.log(execSync(cmd).toString()); } // Config const gitUserEmail = "github-actions[bot]@users.noreply.github.com"; const gitUserName = "github-actions[bot]"; exec(`echo "//registry.npmjs.org/:_authToken=$NPM_TOKEN" > .npmrc`); exec(`git config --global user.email "${gitUserEmail}"`); exec(`git config --global user.name "${gitUserName}"`); exec(`npm i`); exec(`npm run release-ci`); //comment on the issue var result = execSync(`npx auto-changelog -o ./tempchangelog.txt --commit-limit false --template ./compact-keepachangelog.hbs --stdout`).toString(); await postComment(result); //create changelog image exec(`npm run release-image`); exec(`git commit -a -m 'updated release-image'`); exec(`git push --force`); })(); ```
smashah commented 4 years ago

Changelog

🚀 Release 2.1.6 (2020-10-16)

smashah commented 4 years ago

https://github.com/open-wa/wa-automate-nodejs/releases/tag/3.0.0