Lemmy Lead Developer and father of two children.

I also develop Ibis, a federated wiki.

  • 144 Posts
  • 975 Comments
Joined 5 years ago
cake
Cake day: January 17th, 2020

help-circle










  • You can write a script for this:

    # loop through all post
    GET https://lemm.ee/api/v3/post/list?limit=50&sort=New&community_name=fedigrow&page=*page*
    # take `post.ap_id` for each item
    # then fetch it over activitypub on the other instance
    GET https://lemmy.ml/api/v3/resolve_object?q=*urlencode post.ap_id*
    # same thing for comments
    GET https://lemm.ee/api/v3/comment/list?limit=50&sort=New&community_name=fedigrow&page=*page*
    # again fetch
    GET https://lemmy.ml/api/v3/resolve_object?q=*urlencode comment.ap_id*
    













  • Fully agree that theres too much politics. Like you say too often about attacking some kind of enemy rather trying to understand other perspectives. For better or for worse, those seem to be the types of people more likely to use a new platform like Lemmy. Hopefully in the future they will also get tired of this stuff.