-
-
Notifications
You must be signed in to change notification settings - Fork 1.7k
/
metadata.yml
56 lines (49 loc) · 1.59 KB
/
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
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
name: 🐤 Latest tweets
category: social
description: |
This plugin displays the latest tweets from a [Twitter](https://twitter.com) account.
disclaimer: |
This plugin is not affiliated, associated, authorized, endorsed by, or in any way officially connected with [Twitter](https://twitter.com).
All product and company names are trademarks™ or registered® trademarks of their respective holders.
deprecation: |
As [Twitter](https://twitter.com) removed the ability to fetch tweets from their free API as part of their new [pricing policy](https://developer.twitter.com/en/docs/twitter-api/getting-started/about-twitter-api), this plugin is no longer maintained.
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: 1
supports:
- user
- organization
scopes: []
inputs:
plugin_tweets:
description: |
Enable tweets plugin
type: boolean
default: no
extras:
- metrics.api.twitter.tweets
plugin_tweets_token:
description: |
Twitter API token
type: token
default: ""
plugin_tweets_user:
description: |
Twitter username
type: string
default: .user.twitter
preset: no
plugin_tweets_attachments:
description: |
Tweets attachments
Can be used to display linked images, video thumbnails, etc.
type: boolean
default: no
plugin_tweets_limit:
description: |
Display limit
type: number
default: 2
min: 1
max: 10