Skip to content

Instantly share code, notes, and snippets.

{
"landingPage": "/wp-admin/?welcome=0",
"preferredVersions": {
"php": "8.0",
"wp": "latest"
},
"steps": [
{
"step": "login",
"username": "admin",
{
"landingPage": "/wp-admin/?welcome=0",
"preferredVersions": {
"php": "8.0",
"wp": "latest"
},
"steps": [
{
"step": "login",
"username": "admin",
{
"landingPage": "/wp-admin/?welcome=0",
"preferredVersions": {
"php": "8.0",
"wp": "latest"
},
"steps": [
{
"step": "login",
"username": "admin",
# Run this script inside a git directory and have Githubs gh command in the path.
import subprocess
import json
from datetime import datetime
import statistics
def run_command(command):
result = subprocess.run(command, shell=True, text=True, capture_output=True)
if result.returncode != 0: