python builtwith识别网站所用技术 寒衣 2021-04-30 367 阅读1分钟 python builtwith识别网站所用技术 python有一个非常有用的识别网站所用技术的模块—-builtwith 安装: pip install builtwith 注意: 目前只支持python2 该模块将URL作为参数,下载并分析该URL,返回其所用技术字典。 例如: import builtwith builtwith.parse("http://microsoft.com")