stanvanrooy / instauto

Simple to use wrapper around the private Instagram API, written in Python.

Home Page:https://instauto.readthedocs.io

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

retrieve post by user

phlaskoo opened this issue · comments

retrieve post by user only retrieve the first 12 posts and if you choose higher values (as mentioned in example) it does return a list that is coefficient of 12 for example if you choose 100 it returns 108 (108//12=9) and the value that returns is the first 12 posts that repeats 9 time (sorry for hard explanation)

windows 10 , python 3.9 , latest GitHub version of the lib (pip version is lagging and files are different with github files)