Open xxsyn-copyxx opened 2 years ago
instagram changed its session id format, probly has something to do with this?
when fix this case?
instagram changed its session it format, probly has something to do with this?
I'm having the same issue, hoping to get any help or update soon with this problem. Thanks!
I have the same problem.
I am having the same issue. It also worked last week.
Error: django | File "/usr/local/lib/python3.8/site-packages/instagramy/InstagramUser.py", line 55, in init django | data = self.get_json() django | File "/usr/local/lib/python3.8/site-packages/instagramy/InstagramUser.py", line 83, in get_json django | raise UsernameNotFound(self.url.split("/")[-2]) django | instagramy.core.exceptions.UsernameNotFound: InstagramUser('kurvanacbd') not Found django |
maybe try instaloader for now
maybe try instaloader for now
Could you share more information about that?
maybe try instaloader for now
Could you share more information about that?
what are you using instagramy to achieve? what information are you trying to extract?
hi Biography number of followers number of following number of posts and mobile tanks
from instaloader import Instaloader, Profile
PROFILE = "username"
L = Instaloader()
profile = Profile.from_username(L.context, PROFILE)
print(profile.followers)
subsitute followers for followees for followees
for profile you will need to log in. For more info, see
Well, since some days, it doesnt work anymore. Everytime i try to run the programm with simple aaccounts like google, it gives me the following error as output:
raise UsernameNotFound(self.url.split("/")[-2]) instagramy.core.exceptions.UsernameNotFound: InstagramUser('google') not Found