All Projects → PaulSec → API-InstagramLocation

PaulSec / API-InstagramLocation

Licence: other
Python OSINT Tool to retrieve pictures from a specific location using Instagram API

Programming Languages

python
139335 projects - #7 most used programming language

Instagram Location OSINT Tool

Quick util to retrieve Instagram pictures from a specific location

How to use it?

from InstagramLocationAPI import *

InstagramLocationAPI = InstagramLocationAPI()
res = InstagramLocationAPI.search('-122.4369134', '37.7571571')
print res

the variable res will contain some JSON including all the pictures that have been taken in the area. I also added a file called json.output will show you what kind of information you can retrieve.

Contribute

If you find a bug or anything, feel free to ping me on Twitter: @PaulWebSec

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].