Good resources on making a lemmy bot?

Never tried before, want to automatically crosspost posts with locked comments to unlockthread@lemm.ee, wondering if it's even possible and what direction I need to head in. Just going off lemmy settings allowing bot accounts.

I have some programming and webdev knowledge so I'm not compeltely clueless, just fairly clueless wheen it comes to bots.

27 points · 2 comments · view on lemmy.world

2 Comments

kersploosh@sh.itjust.works · 8 pts · 1y (1 reply)

Plemmy is a Python library that might be helpful for building a bot: https://github.com/Fedihosting-Foundation/plemmy

Also this Lemmy API reference: https://lemmy.readme.io/reference/post_community-ban-user

lemming934@lemmy.sdf.org · 9 pts · 1y

Ive used pythorhead which seems to be more actively maintained