Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

errors while running tool #13

Open
akashrpatil opened this issue Sep 2, 2020 · 2 comments
Open

errors while running tool #13

akashrpatil opened this issue Sep 2, 2020 · 2 comments

Comments

@akashrpatil
Copy link

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
Copy link

jcbm97 commented Feb 12, 2022

That module was removed due to security concerns.

@kvvek
Copy link

kvvek commented Jun 23, 2022

How can we use this even am getting same error?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants