Skip to content

Instantly share code, notes, and snippets.

View hnez's full-sized avatar

Leonard Göhrs hnez

View GitHub Profile
import itertools
import socket
import time
import threading
import urllib.request
import bottle
def statsd_publisher():
sock = socket.socket(socket.AF_INET, socket.SOCK_DGRAM)