npm package discovery and stats viewer.

Discover Tips

  • General search

    [free text search, go nuts!]

  • Package details

    pkg:[package-name]

  • User packages

    @[username]

Sponsor

Optimize Toolset

Iā€™ve always been into building performant and accessible sites, but lately Iā€™ve been taking it extremely seriously. So much so that Iā€™ve been building a tool to help me optimize and monitor the sites that I build to make sure that Iā€™m making an attempt to offer the best experience to those who visit them. If youā€™re into performant, accessible and SEO friendly sites, you might like it too! You can check it out at Optimize Toolset.

About

Hi, šŸ‘‹, Iā€™m Ryan HefnerĀ  and I built this site for me, and you! The goal of this site was to provide an easy way for me to check the stats on my npm packages, both for prioritizing issues and updates, and to give me a little kick in the pants to keep up on stuff.

As I was building it, I realized that I was actually using the tool to build the tool, and figured I might as well put this out there and hopefully others will find it to be a fast and useful way to search and browse npm packages as I have.

If youā€™re interested in other things Iā€™m working on, follow me on Twitter or check out the open source projects Iā€™ve been publishing on GitHub.

I am also working on a Twitter bot for this site to tweet the most popular, newest, random packages from npm. Please follow that account now and it will start sending out packages soonā€“ish.

Open Software & Tools

This site wouldnā€™t be possible without the immense generosity and tireless efforts from the people who make contributions to the world and share their work via open source initiatives. Thank you šŸ™

Ā© 2024 ā€“Ā Pkg Stats / Ryan Hefner

myzap2.0

v1.1.13

Published

<h1 align="center"> <a href="">šŸ”— MyZAP</a> </h1> <p align="center">šŸš€ Permite a integraĆ§Ć£o do WhatsApp com qualquer aplicaĆ§Ć£o por meio de requisiƧƵes POST/GET</p>

Downloads

30

Readme

Esta Api, segue os mesmos termos de serviƧo do WhatsApp. Ɖ importante que vocĆŖ leia atentamente a estes termos. VocĆŖ Ć© responsĆ”vel pelo uso da ferramenta e pelas conseqĆ¼ĆŖncias do mau uso. ReforƧamos que a API nĆ£o Ć© destinada para prĆ”tica de SPAM e que o envio de mensagens indesejadas, viola os termos de serviƧo do WhatsApp. A violaĆ§Ć£o dos termos pode acarretar no bloqueio e banimento definitivo de sua conta no WhatsApp.

Desenvolvedores e Suporte

  • +55 (63) 99215-8117 - Bill Barsch
  • +55 (43) 99661-1437 - Eduardo Policarpo (Desenvolvedor Oficial)

Importante

Este projeto usa como base o WPPCONNECT, e Whatsapp-WEB.JS, e Venom-bot um navegador virtual sem interface grĆ”fica que abre o whatsapp web e executa todos os comandos via cĆ³digo possibilitando assim a automaĆ§Ć£o de todas as funƧƵes.

InstalaĆ§Ć£o BĆ”sica

  • DependĆŖncias:
sudo apt install -y curl nano git gconf-service libasound2 libatk1.0-0 libc6 libcairo2 libcups2 libdbus-1-3 libexpat1 libfontconfig1 libgcc1 libgconf-2-4 libgdk-pixbuf2.0-0 libglib2.0-0 libgtk-3-0 libnspr4 libpango-1.0-0 libpangocairo-1.0-0 libstdc++6 libx11-6 libx11-xcb1 libxcb1 libxcomposite1 libxcursor1 libxdamage1 libxext6 libxfixes3 libxi6 libxrandr2 libxrender1 libxss1 libxtst6 ca-certificates fonts-liberation libappindicator1 libnss3 lsb-release xdg-utils wget build-essential apt-transport-https libgbm-dev
  • Para instalar o ChomeDrive
wget https://dl.google.com/linux/direct/google-chrome-stable_current_amd64.deb
sudo apt install ./google-chrome-stable_current_amd64.deb
  • Para instalar o nodejs 16
cd ~
curl -sL https://deb.nodesource.com/setup_16.x -o nodesource_setup.sh
sudo bash nodesource_setup.sh
sudo apt -y install nodejs
nodejs -v
  • Clonar do GIT
git clone https://github.com/eduardo-policarpo/MyZAP2.0-Premiun.git
cd MyZap2.0
npm install --allow-root --unsafe-perm=true
cp env_exemplo .env
  • Dentro do arquivo .env contem instruƧƵes sobre algumas opƧƵes e configuraƧƵes
  • Iniciar o Servidor
node index.js
  • Manter os processos ativos a cada reinicializaĆ§Ć£o do servidor
npm install -y pm2 -g
pm2 start index.js
pm2 startup
  • Para instalar o certbot e criar o certificado SSL para domĆ­nios https:
sudo apt-get update && sudo apt-get install -y software-properties-common
sudo add-apt-repository universe && sudo add-apt-repository ppa:certbot/certbot
sudo apt-get update && sudo apt-get install -y certbot
sudo apt-get update && sudo apt-get install -y software-properties-common
sudo add-apt-repository universe && sudo add-apt-repository ppa:certbot/certbot
sudo apt-get update && sudo apt-get install -y certbot
sudo certbot certonly --manual --force-renewal -d *.yourdomain.net -d yourdomain.net --agree-tos --no-bootstrap --manual-public-ip-logging-ok --preferred-challenges dns-01 --server https://acme-v02.api.letsencrypt.org/directory