Skip to content

Latest commit

 

History

History
23 lines (17 loc) · 709 Bytes

README.md

File metadata and controls

23 lines (17 loc) · 709 Bytes

Bluetooth Stalker

This simple script listens for bluetooth devices to enter its range, and returns the device's name and MAC address.

Built with

PyBlueZ - A Bluetooth Python extension module

Requirements

For a quick setup, utilize requirements.txt.

$ pip3 install -r requirements.txt

Then, download xcode off of the app store.

If your system is different, you may require different dependencies to use PyBluez. See the installation guide here https://pybluez.readthedocs.io/en/latest/install.html.

Usage

$ python3 main.py

License

This project is licensed under the MIT License - see the LICENSE.md file for details