Does anyone know if it’s possible to download/scrape the username, number of posts, and number of comments for every account on this instance?

I want to make a post that looks at user contribution, and shows different variations of X users are responsible for Y percent of engagement/content on this instance. Anyone have thoughts?

  • Dessalines
    link
    fedilink
    22 years ago

    Ya as other said below, this would be very easy to do with lemmy-js-client. That endpoint is called persondetails I think.

    We also have an open issue for user export of your own data, which would be very easy for someone who knows sql to do.