Skip to content

Instantly share code, notes, and snippets.

View itsPreto's full-sized avatar

Marco Neves itsPreto

  • 04:54 (UTC -05:00)
View GitHub Profile
#!/usr/bin/env python3
import requests
import json
from typing import List, Dict, Union, Optional
import subprocess
import argparse
from rich.console import Console
from rich.table import Table
from rich.panel import Panel