Skip to content

Instantly share code, notes, and snippets.

@Tiposbingo
Tiposbingo / wordpress-check.py
Last active July 17, 2018 09:53
Really simple wordpress URL checker based on Python. Just add URL to URLS array and then use terminal "python wordpress-check.py"
#! /usr/bin/python
###############################################################################
#
# Lexo - version 0.000001 :D
#
###############################################################################
import time
import requests