Problem
The feed only shows a small number of posts (roughly 3-12), which is just the first page returned by the Instagram API. There is no way to load more posts.
Expected behavior
Be able to load more posts by scrolling down or pressing a key, similar to infinite scroll.
Current behavior
instagram-cli feed calls feed.timeline().items() once with no pagination, so only the first API page is shown.
Problem
The feed only shows a small number of posts (roughly 3-12), which is just the first page returned by the Instagram API. There is no way to load more posts.
Expected behavior
Be able to load more posts by scrolling down or pressing a key, similar to infinite scroll.
Current behavior
instagram-cli feedcallsfeed.timeline().items()once with no pagination, so only the first API page is shown.