Trying out the excellent #rtoot to follow ideas spreading on Mastodon.
I think I'm missing something.
Can I find the toot ids of toots that boost a particular toot?
Looks like I have to:
1) Find initial toot id from a timeline - get_account_statuses()
2) Find list of who has boosted toot - get_reblogged()
3) Find list of their toots - get_account_statuses()
4) Find the their boost toots that are boosting the toot id - by matching toot ids
What have I missed?
#rstats
#help
#AnalysingMastodon
I think I'm missing something.
Can I find the toot ids of toots that boost a particular toot?
Looks like I have to:
1) Find initial toot id from a timeline - get_account_statuses()
2) Find list of who has boosted toot - get_reblogged()
3) Find list of their toots - get_account_statuses()
4) Find the their boost toots that are boosting the toot id - by matching toot ids
What have I missed?
#rstats
#help
#AnalysingMastodon