phishontop / bloxsint

✨Roblox osint tool which finds information or data on a roblox account
23 stars 8 forks source link

no module named pymongo #3

Open AmtelopeJoe opened 1 year ago

AmtelopeJoe commented 1 year ago

Using Kali Linux 2023

Installed as per instructions

typed python3 main.py --target-id lexie_112511 --file roblox.txt

Traceback (most recent call last): File "/home/kali/bloxsint/main.py", line 1, in from core.lookup import Lookup File "/home/kali/bloxsint/core/lookup.py", line 7, in from .utilities.database import Database File "/home/kali/bloxsint/core/utilities/database.py", line 1, in import pymongo ModuleNotFoundError: No module named 'pymongo'

I'm running it from the bloxsint directory. What am I doing wrong?

phishontop commented 1 year ago

pip install pymongo

AmtelopeJoe commented 1 year ago

Thanks for the quick reply. That fixed that error. Now when I run it against a roblox user, I get this:

──(kali㉿kali)-[~/bloxsint] └─$ python3 main.py --target-id lexie_112511 --file roblox.txt
Traceback (most recent call last): File "/home/kali/bloxsint/main.py", line 21, in bloxsint = Lookup(roblox_id=int(target_id), args=args) ^^^^^^^^^^^^^^ ValueError: invalid literal for int() with base 10: 'lexie_112511'

phishontop commented 1 year ago

enter just the roblox ID instead of "lexi_112511" it would become "112511"