Skip Navigation

GitHub - tjkessler/plemmy: A Python package for accessing the Lemmy API

github.com GitHub - tjkessler/plemmy: A Python package for accessing the Lemmy API

A Python package for accessing the Lemmy API. Contribute to tjkessler/plemmy development by creating an account on GitHub.

GitHub - tjkessler/plemmy: A Python package for accessing the Lemmy API

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!

4

You're viewing a single thread.

4 comments
  • 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.

    • 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?