Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Retrieve statistics for a given time frame #3

Open
novoid opened this issue Nov 25, 2018 · 3 comments
Open

Retrieve statistics for a given time frame #3

novoid opened this issue Nov 25, 2018 · 3 comments
Labels
enhancement New feature or request

Comments

@novoid
Copy link

novoid commented Nov 25, 2018

Currently, statootstics is able to fetch the statistics for the most recent x toots: -recent int.

When using statootstics on a regular basis, I'm more interested in fetching all toots (independent of their number) for the most recent x hours or days or weeks.

Does the Mastodon-API provide the ability to retrieve toots accordingly? If so: I'd love to have that other option for statootstics.

Vielen Dank!

@muesli
Copy link
Owner

muesli commented Nov 25, 2018

I don't think the API supports that (yet), but we could still filter by date range in statootstics itself: essentially we'd have to do a binary search on the returned toots.

@novoid
Copy link
Author

novoid commented Nov 26, 2018

Damn.
OK, you decide on closing this issue since it is your (really nice) baby. I do think that this will be a frequent demand.

@muesli muesli added the enhancement New feature or request label Aug 23, 2020
@tigexplorer
Copy link

It would be nice, to have the optionally ability for a time range or splitting the results in month ranges

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

3 participants