└── README.md /README.md: -------------------------------------------------------------------------------- 1 | # python-tuya-ble 2 | 3 | **Update (Jul 21 2022)**: my Fingerbot is broken so I couldn't work on this project until I buy a new one. Until then, feel free to check the demo code at https://github.com/redphx/poc-tuya-ble-fingerbot 4 | 5 | A Python library to interact with Tuya BLE protocol. 6 | Work in progess... 7 | 8 | ## Debug 9 | To debug Tuya BLE protocol, follow the guide at [redphx/frida-tuya-sdk-debug](https://github.com/redphx/frida-tuya-sdk-debug). 10 | --------------------------------------------------------------------------------