megadose / toutatis

Toutatis is a tool that allows you to extract information from instagrams accounts such as e-mails, phone numbers and more
GNU General Public License v3.0
1.9k stars 237 forks source link

KeyError: 'follower_count' #69

Closed HugoJourdan closed 1 year ago

HugoJourdan commented 1 year ago
Traceback (most recent call last):
  File "/Library/Frameworks/Python.framework/Versions/3.9/bin/toutatis", line 8, in <module>
    sys.exit(main())
  File "/Library/Frameworks/Python.framework/Versions/3.9/lib/python3.9/site-packages/toutatis/core.py", line 95, in main
    print("Follower               : "+str(infos["follower_count"]) + " | Following : "+str(infos["following_count"]))
KeyError: 'follower_count'