Skip to content

Instantly share code, notes, and snippets.

View Niriel's full-sized avatar

Niriel Niriel

View GitHub Profile
@Niriel
Niriel / rvo_provider_monitoring.py
Created March 21, 2024 15:10
Rvo Provider Monitoring
from http.server import BaseHTTPRequestHandler, HTTPServer
from datetime import datetime
import urllib.request
import urllib.error
from bs4 import BeautifulSoup
TIMEOUT = 2.0 # seconds
HOST_NAME = "localhost"
SERVER_PORT = 8080