Closed ToothlessMonkey closed 3 years ago
you can have it return all users after info lookup to see which users had it and which did not in their info
Thanks for reply, i also wanted to know a thing that in some cases it does not show any email or number, did they created instagram account without email or password?
I believe it’s gotta be public as some people can hide that info and only people who display it will show up. If you look at Osint.py and go all the way down. You’ll see the functions that run that command. Notice how in there after the batch push while loop that gathers all the followers, it goes through one by one , tries to get their info using insta api then appends the results of any into the results array then shows a pretty table.
I’ve been ripping it up and making the functions return this data to use for something else which is why I know this whole process now 🤦🏽♂️
So instead of printing the pretty table
the if statement inside of the forloop For follower in following: If follower[phone]: Results.append(follower) Instead just remove the if statement and append to results. That’s the master list of all the followers/following with whatever info they found.
This is what I meant by return the data without the if statement filtering its data
No matter who my target is, when using fwingsemail, and fwingsnumber, it only shows list of 9 and 7 people respectively.