bernsteining / instaloctrack

An Instagram OSINT tool to collect all the geotagged locations available on an Instagram profile in order to plot them on a map, and dump them in a JSON.
287 stars 61 forks source link

error #5

Open haszimoto opened 3 years ago

haszimoto commented 3 years ago

Traceback (most recent call last): File "/home/user/.local/bin/instaloctrack", line 8, in sys.exit(main()) File "/home/user/.local/lib/python3.9/site-packages/instaloctrack/instaloctrack.py", line 536, in main re.search("([0-9]+) publications", AttributeError: 'NoneType' object has no attribute 'group'

Mrpolack commented 3 years ago

same here! any fix?

bernsteining commented 3 years ago

Looks like instagram changed the layout of the page. Feel free to submit a PR to fix the bug :) I don't have time anymore to code this tool, and when I look at the code I want to rewrite it from scratch.