Welcome to Software Development on Codidact!
Will you help us build our independent community of developers helping developers? We're small and trying to grow. We welcome questions about all aspects of software development, from design to code to QA and more. Got questions? Got answers? Got code you'd like someone to review? Please join us.
How to get the community of a post from Lemmy API?
+3
−0
I'm building a script for Lemmy that, given a user returns a list of communities sorted by engagement based on total votes and upvote percentage per community, to have an idea of other communities I could follow. This script is inspired by pythorhead's list_post_votes.py.
How can I determine the community associated with a specific post using Lemmy's API, and preferably pythorhead?

0 comment threads