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.
Post History
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 ...
#6: Post edited
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 subscribe to. This script is inspired by [pythorhead's list_post_votes.py](https://github.com/db0/pythorhead/blob/main/examples/list_post_votes.py).- How can I determine the community associated with a specific post using Lemmy's API, and preferably pythorhead?
- 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](https://github.com/db0/pythorhead/blob/main/examples/list_post_votes.py).
- How can I determine the community associated with a specific post using Lemmy's API, and preferably pythorhead?
#5: Post edited
I'm building a script for Lemmy that, given a user returns a list communities sorted by engagement based on total votes and upvote percentage per community. This script is inspired by [pythorhead's list_post_votes.py](https://github.com/db0/pythorhead/blob/main/examples/list_post_votes.py).- How can I determine the community associated with a specific post using Lemmy's API, and preferably pythorhead?
- 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 subscribe to. This script is inspired by [pythorhead's list_post_votes.py](https://github.com/db0/pythorhead/blob/main/examples/list_post_votes.py).
- How can I determine the community associated with a specific post using Lemmy's API, and preferably pythorhead?
#4: Post edited
I'm building a script for Lemmy that, given a user returns a list with total vote, upvote percentage, and community for each community. This script is inspired by [pythorhead's list_post_votes.py](https://github.com/db0/pythorhead/blob/main/examples/list_post_votes.py).I don't know how to determine the community associated with a specific post using Lemmy's API, and preferably pythorhead.Could you provide an example of how to obtain the community of a post?
- I'm building a script for Lemmy that, given a user returns a list communities sorted by engagement based on total votes and upvote percentage per community. This script is inspired by [pythorhead's list_post_votes.py](https://github.com/db0/pythorhead/blob/main/examples/list_post_votes.py).
- How can I determine the community associated with a specific post using Lemmy's API, and preferably pythorhead?
#3: Post edited
How to get the community of a post in Lemmy using Pythorhead?
- How to get the community of a post from Lemmy API?
- I'm building a script for Lemmy that, given a user returns a list with total vote, upvote percentage, and community for each community. This script is inspired by [pythorhead's list_post_votes.py](https://github.com/db0/pythorhead/blob/main/examples/list_post_votes.py).
I don't know how to determine the community associated with a specific post using Lemmy's API.- Could you provide an example of how to obtain the community of a post?
- I'm building a script for Lemmy that, given a user returns a list with total vote, upvote percentage, and community for each community. This script is inspired by [pythorhead's list_post_votes.py](https://github.com/db0/pythorhead/blob/main/examples/list_post_votes.py).
- I don't know how to determine the community associated with a specific post using Lemmy's API, and preferably pythorhead.
- Could you provide an example of how to obtain the community of a post?
#2: Post edited
- I'm building a script for Lemmy that, given a user returns a list with total vote, upvote percentage, and community for each community. This script is inspired by [pythorhead's list_post_votes.py](https://github.com/db0/pythorhead/blob/main/examples/list_post_votes.py).
I don't how to determine the community associated with a specific post using Lemmy's API.- Could you provide an example of how to obtain the community of a post?
- I'm building a script for Lemmy that, given a user returns a list with total vote, upvote percentage, and community for each community. This script is inspired by [pythorhead's list_post_votes.py](https://github.com/db0/pythorhead/blob/main/examples/list_post_votes.py).
- I don't know how to determine the community associated with a specific post using Lemmy's API.
- Could you provide an example of how to obtain the community of a post?
#1: Initial revision
How to get the community of a post in Lemmy using Pythorhead?
I'm building a script for Lemmy that, given a user returns a list with total vote, upvote percentage, and community for each community. This script is inspired by [pythorhead's list_post_votes.py](https://github.com/db0/pythorhead/blob/main/examples/list_post_votes.py). I don't how to determine the community associated with a specific post using Lemmy's API. Could you provide an example of how to obtain the community of a post?
