8000 GitHub - eloamello/script-zap: Whatsapp automation that sends movie scripts message by message.
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

eloamello/script-zap

Repository files navigation

script-zap | PT-BR


Automação que envia scripts de filmes por whatsapp para contato ou grupo.

  • Este projeto foi feito com o propósito de aprofundar os conhecimentos da linguagem python e do framework selenium e ao mesmo tempo me divertir criando algo lúdico;
  • Vai ser necessário apenas informar o filme escolhido, o nome do contato ou grupo e ler o QR code (fora ler o QR code, o resto é pelo terminal);
  • Sim, já existe um projeto que trás a mesma premissa, eu peguei a ideia e fiz utilizando o python e o framework selenium.

Como instalar as dependências e executar o projeto:

  1. Primeiramente, é necessário ter o python e o pip instalados:

    1. Instale python através do site https://www.python.org/downloads/ e o pip é instalado automaticamente junto.
  2. Navegue até a pasta do repositório local e instale as dependências que estão no arquivo requirements.txt através do comando:
    pip install -r requirements.txt

  3. Execute o arquivo main.py através do comando:
    python main.py
    dependendo da versão do python, use "python3" no lugar de "python"

  4. Não esqueça de ler o QR code e divirta-se.


Obs: Essa automação usa o Chrome como navegador, se não houver o chrome instalado na máquina, será necessário fazer essa instalação ou mudar o código para outro navegador.






script-zap | EN


Automation that sends movie scripts in whatsapp to contact or group.

  • This project was made with the purpose of deepen my knowledge of python and the framework selenium, and at the same time have fun making something different;
  • It will be only necessary to inform the movie chosen, the contact or group name and read the QR code (beside reading the QR, everything is made on the terminal);
  • Yes, already exists a project with the same objective, i got the idea and made a similar one using python and the selenium framework.

How to install the dependencies and run the project:

  1. First, it is necessary to have python and pip installed:

    1. Install python through https://www.python.org/downloads/ and pip should install automatically.
  2. Go to the local repository folder and install the dependencies that are located in the requirements.txt with the command:
    pip install -r requirements.txt

  3. Execute main.py with the command:
    python main.py
    depending on your python version, use "python3" instead of "python"

  4. Don`t forget to read the QR and have fun.


Obs: This automation use Chrome as browser, if you haven`t chrome installed , remember to install or change the code to another browser.

About

Whatsapp automation that sends movie scripts message by message.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

0