TermuxHackz / X-osint

This is an Open source intelligent framework ie an osint tool which gathers valid information about a phone number, user's email address, perform VIN Osint, and reverse, perform subdomain enumeration, able to find email from a name, and so much more. Best osint tool for Termux and linux
https://termuxhackz.github.io/How-to-get-information-using-Xosint.html
GNU General Public License v3.0
850 stars 85 forks source link

imdb problem #6

Closed deados closed 1 year ago

deados commented 1 year ago

When I launch xosint, there was an error: $ sudo xosint Traceback (most recent call last): File "/usr/local/bin/xosint", line 22, in import imdb ModuleNotFoundError: No module named 'imdb'

TermuxHackz commented 1 year ago

Hello there @deados , please make sure you ran the bash setup.sh file as this will install all the necessary requirements needed to run xosint. If it doesn't still work open a new terminal and run pip install imdbpy and then run xosint again. That should fix your error. And if it doesn't still work try using pip install IMDbPY Thank you

deados commented 1 year ago

Ok, that's only permissions' problem. Thank you.

TermuxHackz commented 1 year ago

@deados does it work now?, kindly let me know

deados commented 1 year ago

Yes, it's working perfectly well!