Skip to content

Instantly share code, notes, and snippets.

View matinlotfali's full-sized avatar

Matin Lotfaliei matinlotfali

View GitHub Profile
@hiway
hiway / mr600.py
Created January 29, 2020 16:40
Fetch and save SMS from Tp-Link Archer MR600 4G Router using Selenium and Firefox to SQLite database.
#!/usr/bin/env python3
import datetime
import logging
import os
import peewee
import time
from collections import namedtuple
from selenium import webdriver