abclinuxuapi package

abclinuxuapi.iter_blogposts(start=0, end=None, lazy=True)

Iterate over blogs. Based at bloglist.

Parameters:
  • start (int, default 0) – Start at this page.
  • end (int, default None) – End at this page.
  • lazy (bool, default True) – Initialize Blogpost objects only with informations from listings. Don’t download full text and comments.
Yields:

objBlogpost objects.

abclinuxuapi.first_blog_page(lazy=True)

Return content of the first blogpost page.

Parameters:lazy (bool, default True) – Do not download full blog information.
Returns:25 Blogpost objects.
Return type:list