We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
python main.py --platform xhs --lt cookie --type creator,爬取小红书用户主页的所有帖子,爬取300条帖子后,提示”访问频次异常,请勿频繁操作或重启试试“。 第二次运行时,发现是从头开始爬取,重复的帖子信息写入json文件。爬取300条帖子后,再次提示”访问频次异常,请勿频繁操作或重启试试“。 尝试修改base_config.py中的“START_PAGE = 11”,没有用。 请问用户主页爬取是否支持从上一次中断的地方继续爬取?后续可否增加这个功能?d3eeccb好像只针对搜索的情况。
The text was updated successfully, but these errors were encountered:
不支持
Sorry, something went wrong.
No branches or pull requests
❓ 问题描述
python main.py --platform xhs --lt cookie --type creator,爬取小红书用户主页的所有帖子,爬取300条帖子后,提示”访问频次异常,请勿频繁操作或重启试试“。
第二次运行时,发现是从头开始爬取,重复的帖子信息写入json文件。爬取300条帖子后,再次提示”访问频次异常,请勿频繁操作或重启试试“。
尝试修改base_config.py中的“START_PAGE = 11”,没有用。
请问用户主页爬取是否支持从上一次中断的地方继续爬取?后续可否增加这个功能?d3eeccb好像只针对搜索的情况。
🔍 使用场景
💻 环境信息
The text was updated successfully, but these errors were encountered: