Datalux / Osintgram

Osintgram is a OSINT tool on Instagram. It offers an interactive shell to perform analysis on Instagram account of any users by its nickname
GNU General Public License v3.0
9.52k stars 2.09k forks source link

Tagged command #5

Closed mrnsms closed 4 years ago

mrnsms commented 4 years ago

Have you noticed that the tagged command doesn't return the correct number of times that a user was tagged? Indeed it just checks at the 18 newest post that has the parameter "next_max_id" or something like that...

On the case that i've tested when i checked manually at the 18 newest post there were: 12 post that has tagged users; 4 different tagged users one of the user were tagged 12 times the other 3 users were tagged 1 time each

The Osintgram detected the following result: 1 user tagged twice (it detected only the user that has been tagged 12 times)

I think that the getPeopleTaggedByUser isn't detecting the correct amount of posts (18)... maybe when selecting only post that has the max_id param...

Datalux commented 4 years ago

Hi @mrnsms thanks for your submission.

I'll check if getPeopleTaggedByUser works correctly, maybe somethings is changed in the Instagram response.