Added in v0.2.0.
Connects to the Twitter API and displays a single user’s tweets.
NOTE: This only works for single-application developer accounts for now.
To make this work, you’ll need a couple of things:
Once you have your developer account, a relatively painless way to get a bearer token is to use TBT.
Source Code
wtf/twitter/Configuration
twitter:
  bearerToken: "3276d7155dd9ee27b8b14f8743a408a9"
  enabled: true
  position:
    top: 0
    left: 1
    height: 1
    width: 1
  refreshInterval: 20000
  screenName: "wtfutil"Attributes
bearerToken 
Value: Your Twitter single-application Bearer Token
enabled 
Whether or not this module is executed and if its data displayed onscreen. 
Values: true, false.
position 
Defines where in the grid this module’s widget will be displayed. 
refreshInterval 
How often, in seconds, this module will update its data. 
Values: Any positive integer, 0..n.
screenName 
The screen name of the Twitter user who’s tweets you want to follow. 
Values: Any valid Twitter user’s screen name.