You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The wallstreetbets-scanner collects statistical data from Reddit (r/wallstreetbets). It tells us how many times do symbols (e.g. TSLA) occurs in x times of API calls, and how many times do different types of flairs were tagged to the posts.
If "retryOnError" is set to "true", the scanner will call the API again if an error occurs. If will not retryOnError is set to "false".
true
retryTimes
number
Maximum attempt to re-run the API call on error occurs.
3
retryAfter
number
Number of seconds to wait for re-run the API call after error occurs.
3
hideIfNotMentioned
boolean
Hide the result of a stock if occurrence_count=0.
true
sortMethod
string
Reddit sorting method you want to use.
hot
symbols
array
An array of symbol string you want to filter.
[]
About
This script collects statistical data from Reddit (r/wallstreetbets). It tells us how many times do symbols (e.g. TSLA) occurs in x times of API calls, and how many times do different types of flairs were tagged to the posts.