/Twitter-Xmas-Tree

E' un semplice script che si connette a twitter, cerca i messaggi con la parola #xmas e poi invia la sequenza temporale ad arduino. Nella cartella raspberry, lo stesso script ma realizzato con python e raspberry.

Primary LanguageProcessing

Twitter-Xmas-Tree

//WeekEnd Project PROJECT: TWITTER #XMAS TREE // with arduino e Processing

Version 1.1.0 - 2012.12.14

//Concept IT

E' un semplice script che si connette a twitter, cerca i messaggi con una parola specifica (in questo caso #xmas) e poi invia la sequenza temporale ad arduinoo. Arduino a sua volta controlla la frequenza di accensione e spegnimento delle luci. La frequenza corrisponde ai secondi che intercorrono tra un tweet e l'altro.

//Files:

  • processing: twitterbridge3.pde (twitter connection and light control)
  • arduino: TwitterXMasTree.ino (hardware / software bridge)
  • schema: CircuitoLuci_01.pdf (circuit)

//This project uses:

** Twitter4J library - http://twitter4j.org/

This project uses or is based on parts of:

** Simple Processing Twitter

** simpleTweet_00 processing

** Tweeting Christmas Tree

** Twitter Mention Mood Light

** Twitter Mood Light

//WeekEnd Project PROJECT: TWITTER #XMAS TREE // with rasberry and python

Version 1.0.0 - 2014.12.18

//Concept IT

Un piccolo script che si mette in ascolto sullo stream di twitter e accende le luci dell'albero di natale ogni volta che trova una parola specifica (#xmas nel nostro caso)

//Files:

  • code: twitterXmasTree.py
  • schema: CircuitoLuci_01.pdf (circuit)

//This project uses:

** Twython library - https://pypi.python.org/pypi/twython

//Daniele Iori (hold3n) ** www.ibridodesign.com ** daniele.temp@gmail.com

This work is licensed under a Creative Commons Attribution 3.0 - http://creativecommons.org/licenses/by/3.0/