forked from lowlighter/metrics
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmetadata.yml
40 lines (35 loc) · 986 Bytes
/
metadata.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
name: "🐤 Latest tweets"
category: social
description: This plugin displays the latest tweets from your [Twitter](https://twitter.com) account.
examples:
+latest tweets with attachments: https://github.com/lowlighter/metrics/blob/examples/metrics.plugin.tweets.attachments.svg
latest tweets: https://github.com/lowlighter/metrics/blob/examples/metrics.plugin.tweets.svg
index: 5
supports:
- user
- organization
scopes: []
inputs:
plugin_tweets:
description: Enable tweets plugin
type: boolean
default: no
plugin_tweets_token:
description: Twitter API token
type: token
default: ""
plugin_tweets_attachments:
description: Display tweets attachments (images, video previews, etc.)
type: boolean
default: no
plugin_tweets_limit:
description: Display limit
type: number
default: 2
min: 1
max: 10
plugin_tweets_user:
description: Twitter username
type: string
default: .user.twitter
preset: no