Skip to content

Instantly share code, notes, and snippets.

View dodevs's full-sized avatar

Douglas Silva dodevs

  • Serra, ES - Brazil
View GitHub Profile
@dodevs
dodevs / rwas.py
Created October 31, 2020 04:57 — forked from erickdsama/rwas.py
Class to read and write messages to Whatsapp through of the ADB. You need a android Device with Sqlite3 installed and ADB service.
# coding=utf-8
import json
import time
from subprocess import check_output, CalledProcessError
class WHO:
FROM_ME = "key_from_me == 1"
OTHERS = "key_from_me != 1"
ALL = ""
@dodevs
dodevs / .gitignore
Created June 27, 2017 04:51 — forked from smebberson/.gitignore
Express simple authentication example
node_modules
*.swp