Pages Iterators (instalooter.pages
)¶
Iterators over Instagram media pages.
-
class
instalooter.pages.
HashtagIterator
(*args, **kwds)[source]¶ Bases:
instalooter.pages.PageIterator
An iterator over the pages refering to a specific hashtag.
-
class
instalooter.pages.
PageIterator
(*args, **kwds)[source]¶ Bases:
collections.abc.Iterator
,typing.Generic
An abstract Instagram page iterator.
-
class
instalooter.pages.
ProfileIterator
(*args, **kwds)[source]¶ Bases:
instalooter.pages.PageIterator
An iterator over the pages of a user profile.
-
__next__
()¶ Return the next item from the iterator. When exhausted, raise StopIteration
-