Hi everyone,

I’d like to share a project I’ve been working on recently, Plemmy! Plemmy allows you to interact with any Lemmy instance using Python and the LemmyHttp API.

Currently all LemmyHttp functions (POST, PUT, GET) have been implemented.

Feel free to provide feedback or contribute in any way!

  • @[email protected]
    link
    fedilink
    English
    52 years ago

    Loving all the activity!

    It’s exciting watching our amazing open source community working together. Feels a little like my Linux fam from way back in the day. I’m excited to see what this thing looks like in a year.

    Thanks, and bless you all!

  • @[email protected]
    link
    fedilink
    English
    02 years ago

    Is there a way to access all communities subscribed to by a user?

    I’ve looked through the api but haven’t managed to find anything.

    • @[email protected]OP
      link
      fedilink
      English
      12 years ago

      I’m not sure, I don’t think there’s a direct way to do this at the moment. Maybe there’s a way using the get_community and get_person_details functions?