Good resources on making a lemmy bot?

submitted by

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.

28

Log in to comment

2 Comments

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

Ive used pythorhead which seems to be more actively maintained