57 lines
1.6 KiB
YAML
57 lines
1.6 KiB
YAML
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
|
|
|