arbazkiraak / hackbot

Telegram Bot (Initial Development)
84 stars 46 forks source link

errors while running tool #13

Open akashrpatil opened 4 years ago

akashrpatil commented 4 years ago

getting errors of libraries and not working with python2 and if I'm using with python3 throwing these errors.

root@kali:~/scripts/hackbot# python hackbot.py 
Traceback (most recent call last):
  File "hackbot.py", line 4, in <module>
    import telepot
ImportError: No module named telepot
root@kali:~/scripts/hackbot# python3 hackbot.py 
  File "hackbot.py", line 68
    print map(str,final)
          ^
SyntaxError: invalid syntax
root@kali:~/scripts/hackbot# 
jcbm97 commented 2 years ago

That module was removed due to security concerns.

kvvek commented 2 years ago

How can we use this even am getting same error?