Skip to content

Latest commit

 

History

History
13 lines (11 loc) · 791 Bytes

README.md

File metadata and controls

13 lines (11 loc) · 791 Bytes

Lapin-Lumiere

Lapin Lumiere is an interactive art project from @hackhitchin, originally built for EMF 2016. It is a 4m high inflatable bunny, iluminated with RGB LED strips, which can be controlled by sending a tweet contianing a hashtag and a colour (either a hex string, or a named value from the XKCD RGB color list. The project was powered by a tessel 2.


Notes

The project requires access to the Twitter streaming API. It looks for the API credentials in a vars.json file in the form:

{
  "consumer_key":        "<CONSUMER_KEY>",
  "consumer_secret":     "<CONSUMER_SECRET>",
  "access_token":        "<ACCESS_TOKEN>",
  "access_token_secret": "<ACCESS_TOKEN_SECRET>"
}