This is Instagram profile details fetcher. It is able to fetch user information, posts data, hashtags, profile pics, likes, comments etc of both public profiles and private ones.
Traceback (most recent call last):
File "/root/AllHackingTools/Insta-Profile-Details/main.py", line 7, in
user = InstagramUser(username)
File "/usr/local/lib/python3.9/dist-packages/instagramy/InstagramUser.py", line 63, in init
username, data["entry_data"]["ProfilePage"][0]["graphql"]["user"]
KeyError: 'ProfilePage'
What should the key be?
Traceback (most recent call last): File "/root/AllHackingTools/Insta-Profile-Details/main.py", line 7, in
user = InstagramUser(username)
File "/usr/local/lib/python3.9/dist-packages/instagramy/InstagramUser.py", line 63, in init
username, data["entry_data"]["ProfilePage"][0]["graphql"]["user"]
KeyError: 'ProfilePage'