Post #2207248
2023-03-30 08:20 UTC
Starting today, #fedifinder collects minimal usage stats. Not linked to accounts, only a timestamp and the number of Twitter accounts that got checked.
This will allow me to decide if crowdfunding the upcoming $100 tier (https://social.luca.run/@luca/110110514116861680) would make sense and if there is enough usage to motivate me to write the necessary code changes.
Replies (1)
-
@Luca@vis.social 2023-04-04 17:39
Currently, #fedifinder checks around 100k Twitter accounts per day for linked #fediverse accounts. /users/:id/following returns 1k accounts per request. 500 requests per day. That would be enough without any other changes than paying for basic access tier. /2/users (aka lookup) only returns 100 accounts per request, but could be scaled by using cached results and allowing users to check their followings from the Twitter data export. 500 requests means 50k unique accounts per day. 1.5M/month.