Not sure I’ve actually seen one but would love to try to create one. Are there any samples/guides about it?
You must log in or register to comment.
Not aware of any guides, but the most complete resource seems to be the lemmy-js-client repo, specifically the docs for LemmyWebsocket.
Lemmy is divided into a backend API and a front-end user interface. You can either make a bot that is specific to Lemmy by programmatically using the backend API, or hypothetically make an agnostic bot that works over the ActivityPub interface.