Adafruit Tweet-Receipt with Yun

Hello,

I tried to do the Adafruit tutorial to print tweets corresponding to a Twitter search via a Adafruit Thermal Printer with my yun but I do encounter two problems.

First of all, when I let the ethernet configuration of the project, the Arduino Ide notify me that the sketch is too big (104%) for the Yun.
Second problem, I would like to use this sketch with a wifi connection, as possible with the yun, but I am unable to change the internet connection from ethernet to wifi.

Could you help me ?
Thanks !
Elliot

Maybe try checking out the code for printing over wifi. Overview | Internet of Things Printer for Raspberry Pi | Adafruit Learning System

This example uses a Raspberry Pi. The Yun seems to have a linux-based OS on it as well so maybe you can run these python codes. Let me know how it works!