Open becauseimnoob opened 1 year ago
@becauseimnoob the data in the screenshot isn't window._sharedData
but a JSON representation of your profile (can also be appended to any Instagram endpoint iirc).
You can find window._sharedData
by tapping F12 and going to the Console tab, from there enter console.log(window._sharedData)
and hit Enter. The shared data is there but the important part; entry_data
is not.
@becauseimnoob the data in the screenshot isn't
window._sharedData
but a JSON representation of your profile (can also be appended to any Instagram endpoint iirc).You can find
window._sharedData
by tapping F12 and going to the Console tab, from there enterconsole.log(window._sharedData)
and hit Enter. The shared data is there but the important part;entry_data
is not.
You can also obtain data by using this information. This way you don't have to rewrite the code. https://github.com/Krisseck/InstaPy/blob/master/instapy/util.py#L2657 @Krisseck seems to have fixed it but there are a few places to fix it.
other example @molnaredom https://github.com/molnaredom/InstaPy-transpy/blob/master/instapy/util.py#L2631
Yes that was also in my original fix prior to me deciding to make my own project using Instagrapi.
That's a long way from making this project work though, sadly.
I have tried and used all existing projects. All simple and far from instapy. This problem can be overcome. There is no such great software(instapy), here are some of the ones I use
In short, there is a great library here, why wait for the development process of projects that have no features? Today, even children who are new to python can create an Instagram like comment bot. But instapy is more than that, please don't be offended by what I'm saying. (I'm not telling you, I'm speaking generally)
As we have overcome all the obstacles that have come our way over the years, we will overcome this problem as a community. But sooner or later
sad that this repo is dead
It will be a solution to your problems, but I don't know how to apply the code. Just add
?__a=1&__d=1
at the end of the urlexample https://www.instagram.com/rterdogan/?__a=1&__d=1
6647 #6615
@elulcao @timgrossmann