Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Update insta-user-details.py
just removed spaces
  • Loading branch information
iamsadiqshaik1 authored Oct 8, 2020
commit 2c3c51a75dc2614f0d780df8c7b1cae3d42f8eae
18 changes: 2 additions & 16 deletions Insta User Details/insta-user-details.py
Original file line number Diff line number Diff line change
Expand Up @@ -27,22 +27,8 @@ def pic():
details.delete(1.0,END)
details.insert(1.0,f"\t username : {data['graphql']['user']['username']} \n followers : {data['graphql']['user']['edge_followed_by']['count']} following : {data['graphql']['user']['edge_follow']['count']} \n full name : {data['graphql']['user']['full_name']} \n Total post : {data['graphql']['user']['edge_owner_to_timeline_media']['count']} category : {data['graphql']['user']['category_enum']} \n Email : {data['graphql']['user']['business_email']} \nbio-link:{data['graphql']['user']['external_url']}private account:{data['graphql']['user']['is_private']} || verified account:{data['graphql']['user']['is_verified']} bussiness account:{data['graphql']['user']['is_business_account']} \n \n see profile picture" )



Button(innerframe1,text="click to see",relief=RAISED,borderwidth=2,font=('verdana',8,'bold'),bg='#248aa2',fg="white",command=pic).place(x=180,y=145)














frame = Frame(root,width=400,height=300,relief=RIDGE,borderwidth=5,bg='#248aa2')
frame.place(x=0,y=0)

Expand All @@ -68,4 +54,4 @@ def pic():
details = Text(innerframe1,height=12,width=47,relief=RIDGE,borderwidth=5,highlightbackground="white", highlightcolor="white",font=('courier',9,''))
details.place(x=5,y=5)

root.mainloop()
root.mainloop()