Ha3MrX / facebook-cracker

Facebook Cracker Version 1.0 can crack into Facebook Database 100% without Interruption By Facebook Firewall
616 stars 385 forks source link

SyntaxError #35

Open CuzyCat opened 3 years ago

CuzyCat commented 3 years ago

$Python facebook.py

File "/data/data/com.termux/files/home/facebook-cracker/facebook.py", line 79 print wel

^^^^^^^^^ SyntaxError: Missing parentheses in call to 'print'. Did you mean print(...)?

thewholesihle commented 2 years ago

I its probably because you're running the python2 script using python3, try using python2 facebook.py

I also had the issue and 'converted' the script to python3 by using 2to3 facebook.py -w

Mocthecat commented 2 years ago

python facebook.py Traceback (most recent call last): File "/data/data/com.termux/files/home/facebook-cracker/facebook.py", line 5, in import mechanize ModuleNotFoundError: No module named 'mechanize'

thewholesihle commented 2 years ago

python facebook.py Traceback (most recent call last): File "/data/data/com.termux/files/home/facebook-cracker/facebook.py", line 5, in import mechanize ModuleNotFoundError: No module named 'mechanize'

did you try : pip install mechanize ?

Kate0447 commented 2 years ago

Ye

Yes