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
{{ message }}
This repository has been archived by the owner on Feb 7, 2024. It is now read-only.
I want to retrieve the total number of comments posted on Reddit over time. I've discovered the amazing aggs parameter, am I right to assume that it returns these numbers if I use it without specifying any search parameters?
gen = api.search_comments(
aggs = 'created_utc',
frequency = 'month'
)
Plotting the results looks somewhat plausible, I guess:
Any ideas about the drop after the turn of the year by any chance? Changes to the API?
PS: Thanks for this great package!
The text was updated successfully, but these errors were encountered:
wuqui
changed the title
Statistics about total number of comments on Reddit (over time)
Statistics about total number of comments (over time)
Oct 11, 2020
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
I want to retrieve the total number of comments posted on Reddit over time. I've discovered the amazing
aggs
parameter, am I right to assume that it returns these numbers if I use it without specifying any search parameters?Plotting the results looks somewhat plausible, I guess:
Any ideas about the drop after the turn of the year by any chance? Changes to the API?
PS: Thanks for this great package!
The text was updated successfully, but these errors were encountered: