Mauddib28 / bleep-tool

Bluetooth Landscape Exploration & Enumeration Platform
GNU General Public License v3.0
47 stars 0 forks source link

Dependencies? #1

Open jsmif opened 1 month ago

jsmif commented 1 month ago
python3 dbus__bleep.py -m user -h
Traceback (most recent call last):
  File "/home/user/bleep-tool/dbus__bleep.py", line 155, in <module>
    import json, xmltodict
ModuleNotFoundError: No module named 'xmltodict'

Shouldn't your dependencies be listed somewhere in your README? (Your BSides talk you said they were listed in the github but it doesn't look like it.)

Mauddib28 commented 1 month ago

Hello, Yes, you are correct. I was mistaken about having pushed the requirements. Please allow me to generate that for you. Also, please let me know any other issues that arise for you!

Mauddib28 commented 1 month ago

Please try running the following command: python3 -m pip install xmltodict That should allow you to continue using BLEEP. I'm working on adding in the instructions and a requirements.txt file to further alleviate this issue in the future.

Mauddib28 commented 1 month ago

I made corrections to the documentation and added a requirements.txt file. Please confirm if this alleviates the issue at your earliest convenience.