Skip to content

Instantly share code, notes, and snippets.

View spaky08's full-sized avatar
😎
BlockChain

Manu spaky08

😎
BlockChain
View GitHub Profile
@spaky08
spaky08 / whatsapp_sendMSG.js
Created January 25, 2018 19:18 — forked from yask123/whatsapp_sendMSG.js
Send messages on whatsapp by Javascript
document.getElementsByClassName("input")[1].innerHTML="This message was written via JS script! "; // Fills the text box message
var input = document.getElementsByClassName("icon btn-icon icon-send");//Grabs the send button
input[0].click();// Clicks the send button
sudo apt update
sudo apt upgrade
sudo apt install tesseract-ocr -y
sudo apt install tesseract-ocr-heb -y
sudo apt-get install tesseract-ocr-*
sudo apt install cron
sudo systemctl enable cron
sudo apt install curl
sudo apt -y install lsb-release apt-transport-https ca-certificates wget