1
0
mirror of https://github.com/taigrr/wtf synced 2025-01-18 04:03:14 -08:00
2018-07-31 20:26:33 -07:00

1.0 KiB

title, date, draft
title date draft
Twitter 2018-07-31T20:21:37-07:00 false

Connects to the Twitter API and displays a single user's tweets NOTE: This only works for single-application developer accounts for now

Source Code

wtf/twitter/

Required ENV Variables

Key: WTF_TWITTER_BEARER_TOKEN
Action: Your Twitter single-application Bearer Token

Keyboard Commands

None.

Configuration

twitter:
  enabled: true
  position:
    top: 0
    left: 1
    height: 1
    width: 1
  refreshInterval: 20000

Attributes

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.