Hello everyone!

I’m here to share a project I’ve been working on, Plemmy. Plemmy is a Python package for accessing the Lemmy API, specifically through LemmyHttp.

Feel free to offer advice and contribute!

Edit: version 0.2.0 released, all LemmyHttp operations are supported! (Most methods still need testing)

  • Hopps
    link
    fedilink
    English
    31 year ago

    Thank you for sharing, going to check this out!

    • @[email protected]OP
      link
      fedilink
      English
      21 year ago

      From what I’ve seen, Pythorhead is focusing on “higher-level” functions, while Plemmy is focusing on LemmyHttp API parity and returning request responses. Who knows, maybe we’ll implement some more complex functionality in the future!

      • @[email protected]
        link
        fedilink
        English
        31 year ago

        Hi there, thanks for working on this! One thing I am trying to do is write a script that fetches all of a particular user’s subscribed communities (on any instance). It seems like a fairly simple thing but I can’t seem to find any library that offers that functionality at the moment, unless I am missing something.

        Another thing I’d like to be able to do is follow a community on a different instance to the user’s local instance. I see Plemmy has a follow_community method but it’s not clear if it allows following communities on different instances.

        Are these things that Plemmy does or will support? It wasn’t clear to me from the docs and am just wondering if Plemmy (or any existing library) will work for my use case.

        • @[email protected]OP
          link
          fedilink
          English
          21 year ago

          I’m not sure there’s a way to interact with other Lemmy instances at the moment - clearly we can using the UI, but I think the API doesn’t have the functionality yet. As soon as this and other features are added I’ll aim for a quick implementation!

          • @[email protected]
            link
            fedilink
            English
            21 year ago

            Interesting, thanks for the explanation. I thought it might be available as I can follow off-instance communities on Jerboa but I haven’t dug into the source code there to see how they do it.