Python Forum
Problem installing instaloader - Printable Version

+- Python Forum (https://python-forum.io)
+-- Forum: Python Coding (https://python-forum.io/forum-7.html)
+--- Forum: General Coding Help (https://python-forum.io/forum-8.html)
+--- Thread: Problem installing instaloader (/thread-22055.html)

Pages: 1 2 3


RE: Problem installing instaloader - snippsat - Nov-05-2019

(Nov-05-2019, 10:27 AM)ledgreve Wrote: hen how do I know what their rate limit is and why don't I ever have this problem when using the command line?
Then use command line or a lighter editor as can make more sense on this task,web bases editor can limiting when try to get a lot of data back in a loop.
You can save data and later load(if data make sense to manipulate eg Json data),
in a Notebook(df.to_json) if want a prettier display of data in Dataframe or using graphs.

As @buran mention rate limit is 200 per hour.
Instagram API use rate limiting set bye Graph API.


RE: Problem installing instaloader - ledgreve - Nov-18-2019

@snippsat

Thank you for helping me! I have decided to keep working with the command line tool.