diff --git a/docs/index.json b/docs/index.json index ecbcefd1..278a1c56 100644 --- a/docs/index.json +++ b/docs/index.json @@ -277,7 +277,7 @@ "title": "Twitter", "tags": [], "description": "", - "content": " Added in v0.2.0.\nConnects to the Twitter API and displays a single user\u0026rsquo;s tweets.\nNOTE: This only works for single-application developer accounts for now.\nTo get your bearer token, please see: https://github.com/Trinergy/twitter_bearer_token\nSource Code wtf/twitter/ Configuration twitter:bearerToken:\u0026#34;3276d7155dd9ee27b8b14f8743a408a9\u0026#34;enabled:trueposition:top:0left:1height:1width:1refreshInterval:20000 Attributes bearerToken Value: Your Twitter single-application Bearer Token\nenabled Whether or not this module is executed and if its data displayed onscreen. Values: true, false.\nposition Defines where in the grid this module\u0026rsquo;s widget will be displayed. refreshInterval How often, in seconds, this module will update its data. Values: Any positive integer, 0..n.\n" + "content": " Added in v0.2.0.\nConnects to the Twitter API and displays a single user\u0026rsquo;s tweets.\nNOTE: This only works for single-application developer accounts for now.\nTo make this work, you\u0026rsquo;ll need a couple of things:\n A Twitter developer account A Twitter bearer token. Once you have your developer account, a relatively painless way to get a bearer token is to use TBT.\nSource Code wtf/twitter/ Configuration twitter:bearerToken:\u0026#34;3276d7155dd9ee27b8b14f8743a408a9\u0026#34;enabled:trueposition:top:0left:1height:1width:1refreshInterval:20000 Attributes bearerToken Value: Your Twitter single-application Bearer Token\nenabled Whether or not this module is executed and if its data displayed onscreen. Values: true, false.\nposition Defines where in the grid this module\u0026rsquo;s widget will be displayed. refreshInterval How often, in seconds, this module will update its data. Values: Any positive integer, 0..n.\n" }, { "uri": "https://wtfutil.com/modules/weather_services/", diff --git a/docs/index.xml b/docs/index.xml index a4093631..ecec594c 100644 --- a/docs/index.xml +++ b/docs/index.xml @@ -475,10 +475,9 @@ board The name of the Trello board. enabled Determines whether or not this modul 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 get your bearer token, please see: https://github.com/Trinergy/twitter_bearer_token -Source Code wtf/twitter/ Configuration twitter:bearerToken:"3276d7155dd9ee27b8b14f8743a408a9"enabled:trueposition:top:0left:1height:1width:1refreshInterval:20000 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. +To make this work, you’ll need a couple of things: + A Twitter developer account A Twitter bearer token. 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:trueposition:top:0left:1height:1width:1refreshInterval:20000 Attributes bearerToken Value: Your Twitter single-application Bearer Token diff --git a/docs/modules/circleci/index.html b/docs/modules/circleci/index.html index 16736f35..1bca21ba 100644 --- a/docs/modules/circleci/index.html +++ b/docs/modules/circleci/index.html @@ -403,21 +403,12 @@ - - - @@ -431,9 +422,6 @@ - diff --git a/docs/modules/cryptocurrencies/blockfolio/index.html b/docs/modules/cryptocurrencies/blockfolio/index.html index 0fbc1306..54a57593 100644 --- a/docs/modules/cryptocurrencies/blockfolio/index.html +++ b/docs/modules/cryptocurrencies/blockfolio/index.html @@ -404,25 +404,12 @@ - - - - - - - @@ -436,9 +423,6 @@ - diff --git a/docs/modules/google/gcal/index.html b/docs/modules/google/gcal/index.html index 3036322b..bfe2a19b 100644 --- a/docs/modules/google/gcal/index.html +++ b/docs/modules/google/gcal/index.html @@ -404,12 +404,24 @@ + + + + + + @@ -423,6 +435,9 @@ + diff --git a/docs/modules/index.xml b/docs/modules/index.xml index 053cbb88..fa6cb182 100644 --- a/docs/modules/index.xml +++ b/docs/modules/index.xml @@ -325,10 +325,9 @@ board The name of the Trello board. enabled Determines whether or not this modul 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 get your bearer token, please see: https://github.com/Trinergy/twitter_bearer_token -Source Code wtf/twitter/ Configuration twitter:bearerToken:"3276d7155dd9ee27b8b14f8743a408a9"enabled:trueposition:top:0left:1height:1width:1refreshInterval:20000 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. +To make this work, you’ll need a couple of things: + A Twitter developer account A Twitter bearer token. 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:trueposition:top:0left:1height:1width:1refreshInterval:20000 Attributes bearerToken Value: Your Twitter single-application Bearer Token diff --git a/docs/modules/ipaddress/ipapi/index.html b/docs/modules/ipaddress/ipapi/index.html index 61821d6e..e167e898 100644 --- a/docs/modules/ipaddress/ipapi/index.html +++ b/docs/modules/ipaddress/ipapi/index.html @@ -404,12 +404,24 @@ + + + + + + @@ -423,6 +435,9 @@ + diff --git a/docs/modules/twitter/index.html b/docs/modules/twitter/index.html index 89451149..4723e6e5 100644 --- a/docs/modules/twitter/index.html +++ b/docs/modules/twitter/index.html @@ -470,8 +470,15 @@

NOTE: This only works for single-application developer accounts for now.

-

To get your bearer token, please see: -https://github.com/Trinergy/twitter_bearer_token

+

To make this work, you’ll need a couple of things:

+ +
    +
  1. A Twitter developer account
  2. +
  3. A Twitter bearer token.
  4. +
+ +

Once you have your developer account, a relatively painless way to get a +bearer token is to use TBT.

Source Code

wtf/twitter/
diff --git a/docs/modules/zendesk/index.html b/docs/modules/zendesk/index.html index 9f886345..8bef47c8 100644 --- a/docs/modules/zendesk/index.html +++ b/docs/modules/zendesk/index.html @@ -354,20 +354,6 @@ Weather Services