We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ce0a3ba commit b4fef58Copy full SHA for b4fef58
resources/js/tweetMachine-update.js
@@ -37,7 +37,7 @@
37
user_name: 'scala_lang', // Set your username
38
include_retweets: true, // Set to true or false if you want to include retweets
39
exclude_replies: false, // Set to true or false if you want to exclude replies
40
- rate: 5000, // Rate in ms to refresh the tweets. Any number greater than 5000 for search/tweets will get you rate limited
+ rate: 5000, // Rate in ms to refresh the tweets. Any rate greater than 5000 for search/tweets will get you rate limited
41
limit: 5, // Number of tweets to display at a time
42
autoRefresh: true, // CURRENTLY REQUIRED. Auto-refresh the tweets
43
animateOut: false, // NOT YET SUPPORTED. Animate out old tweets.
0 commit comments