使用的库bs4requestspymongofastapiuvicorn爬取ip网络上搜索一下有很多提供HTTP代理的网站,直接使用BeautifulSoup将IP爬下来。html =requests.get(url).text bs =BeautifulSoup(html,'html.perser') #findAll() #select() 验证ipres = requests.get(url,headers=headers,proxies=proxies) #判断res.status_code是否等于200 #db.insert_one()如果验证成功写入数据库。接口使用fastapi@app.get('/api') def api(): data = 查询数据库随机返回一条 return data效果展示演示地址:找IP
0728.im