spiders2 icon indicating copy to clipboard operation
spiders2 copied to clipboard

今日头条网页版&抖音网页版&大众点评字体&汽车之家&百度指数&真气网&邦瑞科技滑块&雷速体育&马蜂窝&BOSS直聘 逆向学习

Results 2 spiders2 issues
Sort by recently updated
recently updated
newest added

试用了下头条网页版,生成signature,爬取指定用户的feed列表 输入:`https://www.toutiao.com/c/user/token/MS4wLjABAAAAP09LrX61xFpIWrgGdBDqkp-5om9Lans_kuIZ_ipAGRE/?source=feed&log_from=eaf124025aa9e_1651888131770` 生成的signature: `_02B4Z6wo00101Bz3DRAAAIDCpOVyFIga6AQc3wmAAGVOb8` ```python import requests headers = { "user-agent": "Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/100.0.4896.127 Safari/537.36", 'accept': 'application/json, text/plain, */*', 'referer': 'https://www.toutiao.com/?wid=1641028484634', }...