Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update README in english.md #67

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
26 changes: 14 additions & 12 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,23 +1,25 @@
# SendScriptWhatsApp

Código para enviar o Script inteiro de Shrek ou Bee Movie para seus amigos ou grupos do WhatsApp
Script to send massive messages on whatsApp web.

## Utilização
On this code has the example the Shrek movie and BeeMovie scripts, but you can add any script for sending messages on the variables

Abra [shrekSendScript.js](https://github.com/Matt-Fontes/SendScriptWhatsApp/blob/main/shrekSendScript.js)
Ou
Abra [beeMovieSendScript.js](https://github.com/Matt-Fontes/SendScriptWhatsApp/blob/main/beeMovieSendScript.js)
## USE

Copie todo o conteúdo (clique em raw -> ctrl+a -> ctrl+c)
Open [shrekSendScript.js](https://github.com/Matt-Fontes/SendScriptWhatsApp/blob/main/shrekSendScript.js)
Or
Open [beeMovieSendScript.js](https://github.com/Matt-Fontes/SendScriptWhatsApp/blob/main/beeMovieSendScript.js)

No WhatsApp Web abra o console do Browser
Copy the code or all the content (click on "draw -> ctrl+a -> ctrl+c)

| ⚠️ Aviso importante, numa atualização recente do Google Chrome, está sendo impedido que qualquer script seja colado no Console.|
Open WhatsApp web and the browser console or command line

| ⚠️ warning, do not update Google chrome to lastest version, because it is bloocking scripts on the command line.
|--|
| ***Para contornar esse problema, o console do desenvolvedor espera receber um confirmação textual escrevendo no console: "allow-scripts"***|
|Após isso será permitido colar e continuar a execução do script|
| ***to fix this, the developer console expects to receive a textual confirmation by typing in the console "allow scripts"***
| After this you will be alloweb to paste and continue running the script


Cole o código no console e aperte Enter
Paste the code into the console and press Enter

Pronto
Ready 😉