Skip to content

Instantly share code, notes, and snippets.

View JosiahThobejane's full-sized avatar
🎯
Focusing

Josiah Thobejane JosiahThobejane

🎯
Focusing
View GitHub Profile
@JosiahThobejane
JosiahThobejane / JosKartEngine.pde
Last active April 17, 2019 18:45
Controlling a Arduino using Twitter. You will need to download the Twitter4J library on http://twitter4j.org then import all the .jar files in the processing IDE.
//This code has to be opened in the Processing IDE, put it in the same folder as the JosKartTwitter.pde
//We are gonnna use the Twitter4J library.
import twitter4j.FilterQuery;
import twitter4j.StallWarning;
import twitter4j.Status;
import twitter4j.Twitter;
import twitter4j.TwitterFactory;
import twitter4j.TwitterStream;
import twitter4j.conf.ConfigurationBuilder;
import twitter4j.StatusDeletionNotice;