Skip to content
New issue

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

爬取公众号历史文章数据部分参数注释有误 #54

Open
jiayu1011 opened this issue Mar 18, 2024 · 0 comments
Open

爬取公众号历史文章数据部分参数注释有误 #54

jiayu1011 opened this issue Mar 18, 2024 · 0 comments

Comments

@jiayu1011
Copy link

wechat_articles_spider/wechatarticles/ArticlesUrls.py中的注释如下:

def get_urls(self, nickname=None, biz=None, begin=0, count=5):
        """
        获取公众号的每页的文章信息

        Parameters
        ----------
        nickname : str
            需要爬取公众号名称
        biz : str
            需要爬取公众号的biz, 优先

        begin: str or int
            起始爬取的页数

        count: str or int
            每次爬取的数量1-5
         
        ......

此处的begin应该指的是从历史文章列表第几项开始的索引

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant