Iterators over Instagram media pages.
-
class
instalooter.pages.HashtagIterator(hashtag, session, rhx)[source]
Bases: Iterator[Dict[str, Any]]
An iterator over the pages refering to a specific hashtag.
-
__next__()[source]
Return the next item from the iterator. When exhausted, raise StopIteration
-
class
instalooter.pages.PageIterator(session, rhx)[source]
Bases: Iterator[Dict[str, Any]]
An abstract Instagram page iterator.
-
__next__()[source]
Return the next item from the iterator. When exhausted, raise StopIteration
-
class
instalooter.pages.ProfileIterator(owner_id, session, rhx)[source]
Bases: Iterator[Dict[str, Any]]
An iterator over the pages of a user profile.
-
__next__()
Return the next item from the iterator. When exhausted, raise StopIteration