Finds Instagram subscribers IDs near the specified latitude and longitude.
Example usage – The following command will search for Instagram locations nearby the coordinates 32.22 N, 110.97 W (downtown Tucson, Arizona.) The list of locations is saved as a CSV file at “locs.csv”.
python3 instagram-locations.py --session "<session-id-token>" --lat 32.22 --lng -110.97 --csv locs.csv
.
Multiple types of output can be generated. For example, the following command will search for Instagram locations, save the JSON list, a CSV file, and a map for viewing the locations visually.
python3 instagram-locations.py --session "<session-id-token>" --lat 32.22 --lng -110.97 --json locs.json --csv locs.csv --map map.html
REFERENCE: Instagram Location Search
Subscribe to our channel and do not miss new collections of tools in various areas of Information Security.
Posted by: @ESPYER.