onewhiteGithub 短用户名?让我康康到底有多短! 中发帖

看到有佬友说你的github怎么这么短,我也想要看看有多短啊!!但是看不见,我不服,我现在就要测试测试还有没有哪些短用户名没有被注册 
我马上就开始用Claude帮我写了几个函数来检测检测,咱们只需要接口就好了,剩下的,交给天意,如果你有代理加上代理,没有代理就不要请求太多次数,被封了就完蛋啦
import requests
import random
import string
import json
from datetime import datetime
from concurrent.futures import ThreadPoolExecutor, as_completed
import threading

url = "https://github.com/signup_check/username?value="

proxyHost = ""
proxyPort =...