mirror of
https://github.com/taigrr/wtf
synced 2025-01-18 04:03:14 -08:00
Add configurable screenName to Twitter module
This commit is contained in:
@@ -491,7 +491,8 @@ bearer token is to use <a href="https://github.com/Trinergy/twitter_bearer_token
|
||||
</span><span class="w"> </span>left<span class="p">:</span><span class="w"> </span><span class="m">1</span><span class="w">
|
||||
</span><span class="w"> </span>height<span class="p">:</span><span class="w"> </span><span class="m">1</span><span class="w">
|
||||
</span><span class="w"> </span>width<span class="p">:</span><span class="w"> </span><span class="m">1</span><span class="w">
|
||||
</span><span class="w"> </span>refreshInterval<span class="p">:</span><span class="w"> </span><span class="m">20000</span></code></pre></div>
|
||||
</span><span class="w"> </span>refreshInterval<span class="p">:</span><span class="w"> </span><span class="m">20000</span><span class="w">
|
||||
</span><span class="w"> </span>screenName<span class="p">:</span><span class="w"> </span><span class="s2">"wtfutil"</span></code></pre></div>
|
||||
<h3 id="attributes">Attributes</h3>
|
||||
|
||||
<p><code>bearerToken</code> <br />
|
||||
@@ -508,6 +509,10 @@ Defines where in the grid this module’s widget will be displayed. <br /></
|
||||
How often, in seconds, this module will update its data. <br />
|
||||
Values: Any positive integer, <code>0..n</code>.</p>
|
||||
|
||||
<p><code>screenName</code> <br />
|
||||
The screen name of the Twitter user who’s tweets you want to follow. <br />
|
||||
Values: Any valid Twitter user’s screen name.</p>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user