此帖子是returned发给超级用户的。当前不接受新答案或交互。Learn more已关闭。此问题需要details or clarity。当前不接受答案。
3天前关闭。
有这个代码
import requests
from bs4 import BeautifulSoup
ports_url = 'http://spys.one/proxy-port/'
headers = {'User-Agent': 'Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:78.0) Gecko/20100101 Firefox/78.0'}
soup = BeautifulSoup(requests.post(ports_url, headers=headers, data={'xpp': 5}).content, 'html.parser')
for f in soup.select('td[colspan="2"] > a > font.spy6'):
u = 'http://spys.one/proxy-port/' + f.text + '/'
s = BeautifulSoup(requests.post(u, headers=headers, data={'xpp': 5}).content, 'html.parser')
for ff in s.select('tr > td:nth-child(1) > font.spy14'):
print(ff.text)
ip = ip是必要的:port = port保存到txt文件或数据库请帮助我
1条答案
按热度按时间wgeznvg71#
如果我没理解错的话,您希望将所有IP和端口保存到一个文件(例如CSV):
这将创建
data.csv
: