juni-b-queer / bsky-event-handlers

Typescript based framework for building Bluesky bots. Designed to be easily extendable, this bot framework can be used to make almost any bot you could want.
13 stars 0 forks source link

New actions to Like and Repost skeet #48

Open juni-b-queer opened 1 month ago

juni-b-queer commented 1 month ago

The only actions provided now are to reply to skeets, but it should be extremely easy to add in actions to both Like and Repost a given post.

class LikeSkeetAction extends CreateSkeetAction class ReskeetAction extends CreateSkeetAction

Optionally, I could provide a parameter to pass in the uri of the exact skeet that should be liked or reskeeted.

juni-b-queer commented 1 month ago

Pushing off until #52 is done