This repository contains basic scripts for testing the Philips Hue APIs from Python. The available files include:
rest.pyan helper for easily sending request to a given API endpoint with a specific payload, and using a given HTTP verbhue.pya simple application for the Philips Hue API that turns all the available lamps on, in color-loop modehue_api.pya basic Philips Hue library to be extended at willhue_api_test.pya simple test script that uses thehue_api.pymodule
Please, notice that the username present in the code is provided as an example, and it is expected not to work.