Is there a way to count how many toots reached your home timeline in a day?
Maybe a weekly graph with the number of toots received each day?

@rastinza I don't know of anything that does this natively but it should be easy enough to script with the mastodon.py tools.

Basic idea:
1. Set your counter to zero.
2. Call timeline() to load your home timeline.
3. Check if any timestamps predate your cutoff.
4a. If so, count how many posts do not predate the cutoff, add that to your counter, and return the counter.
4b. If not, add the full number of posts to your counter, set your maximum ID to the minimum you got this time, and return to step 2.

Follow

@khird
Thanks! I was able to create this.
I was now thinking wether it could be useful to create a webservice to make this accessible to people.
You'd get a webpage with a graph to see how much stuff you've seen every day.

I guess it would be difficult to handle the logins however

Sign in to participate in the conversation
Qoto Mastodon

QOTO: Question Others to Teach Ourselves
An inclusive, Academic Freedom, instance
All cultures welcome.
Hate speech and harassment strictly forbidden.