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.76k stars 2.16k forks source link

AttributeError: 'dict' object has no attribute 'append' #138

Closed davidj2003 closed 3 years ago

davidj2003 commented 3 years ago

when i try to scrape follower's number i get this: Catched 7 followings phone numbersTraceback (most recent call last): File "/home/snapper/Osintgram/main.py", line 163, in _cmd() File "/home/snapper/Osintgram/src/Osintgram.py", line 1336, in get_fwingsnumber results.append(follow) AttributeError: 'dict' object has no attribute 'append'

and then the program crashes without writing anything to the output file

Datalux commented 3 years ago

Fixed in development version. Thank you for this issue!