Skip to content
This repository has been archived by the owner on Feb 7, 2024. It is now read-only.

Statistics about total number of comments (over time) #83

Open
wuqui opened this issue Oct 11, 2020 · 0 comments
Open

Statistics about total number of comments (over time) #83

wuqui opened this issue Oct 11, 2020 · 0 comments

Comments

@wuqui
Copy link

wuqui commented Oct 11, 2020

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:

stats

Any ideas about the drop after the turn of the year by any chance? Changes to the API?

PS: Thanks for this great package!

@wuqui 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 free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant