***IMPORTANT***: Instagram's latest changes and how we're reacting to them #70
Replies: 8 comments 9 replies
-
Here is a blog post with more info: https://dev.to/chrisgreening/so-it-goes-instascrape-v2-0-0-is-in-the-works-3l8n |
Beta Was this translation helpful? Give feedback.
-
In case you missed it, instascrape 2.x.x is out! Check out the version release notes. If you're going to |
Beta Was this translation helpful? Give feedback.
-
Hi Chris, thanks for your awesome development. I've just installed insta-scrape-2.1.1 using the console at pycharm by typing "pip install insta-scrape". I'm running Python 3.8.7 . The installation completed successfully, but when i tried to download the photos from an account, i got the following error:
I also have a question. Does the profile scraping method downloads all of the instagram photos from a profile from the first photo till the last or only the latest very recent photos? if not, can it be combined with selenium for infinite scrolling till the bottom of the posts in order to get all the photos? |
Beta Was this translation helpful? Give feedback.
-
Will we get Instagram account blocked if overusing a sessionid for scraping? Is it possible to get sessionid without using an account? |
Beta Was this translation helpful? Give feedback.
-
Hi @chris-greening, Thanks again for sharing your work with us. I've been trying to scrape post counts for a number of hashtags, but always run into InstagramLoginRedirectError after about 10 requests. I tried using header and session-id but that doesn't seem to help. Is there anything else I could do? Here is the code:
I used Chrome webdriver and headers as per your instructional code:
Thank you! |
Beta Was this translation helpful? Give feedback.
-
Hi, @chris-greening I have been using this sessionid method for scrapping posts and other things. But after some requests, the account gets disabled. |
Beta Was this translation helpful? Give feedback.
-
Sir is it still no solution for Post ?
|
Beta Was this translation helpful? Give feedback.
-
Beta Was this translation helpful? Give feedback.
-
Hey everyone!
Many have you have likely noticed the uptick of
InstagramLoginRedirectError
messages..... 😅Instagram's been making it increasingly harder to scrape data for the last few months now. I've been able to roll with the punches almost immediately in all instances but their latest changes this last week have been the hardest yet.
THAT BEING SAID I've spent 12+ hours the last week experimenting and investigating and I have come up with a solution that I am implementing in the code. I will be rolling out incremental, non-breaking changes as I make them and will be as transparent as possible in the version notes. I will be blogging extensively about how you can use these new tools and features and will post plenty of reference material/documentation.
Thanks so much for your patience and I think you're going to really like the new features that are coming 😏
Sneak peak of (some) things to expect:
selenium
support (will still avoidselenium
as a dependency but will instead allow for passing webdrivers as an arg)Under the hood, I will also be reimplementing the mapping of data points to their scrapers so that the codebase will be drastically easier to understand. As it stands now, a lot of the algorithm is based off of old code that isn't really necessary anymore so that's gonna be cleaned up.
Cheers and let me know if you have any questions!
Chris
Beta Was this translation helpful? Give feedback.
All reactions