Skip to content

Instantly share code, notes, and snippets.

View willsongbo's full-sized avatar
🤣

song willsongbo

🤣
View GitHub Profile
@willsongbo
willsongbo / gh-check
Created May 8, 2021 08:46 — forked from lilydjwg/gh-check
gh-check: speed test to known GitHub IPs
#!/usr/bin/python3
import asyncio
import time
import socket
import argparse
import aiohttp
class MyConnector(aiohttp.TCPConnector):