Update on approval bot. Nearing version 1

So i've got a dart script that searches through a community in the last x amount of time, finds approved post, then finds post that may need approving. It then finds which are not approved yet so you get a list of items you need action on.

So now I have a list of post that can be auto approved.

All I need to do is figure out how to take this event of kind 1, and create a event of kind 4550 with the content field being the json of the previous unapproved event.

I'll need to create a moderator account and add it as a mod to this community. Or I could run it under my own account I guess.

Anyway, I'm hopping to have a basic version running sunday and code shared so we and other's improve it. I think this is probably the first one on nostr (If no one else makes one before sunday it's not that hard) so other's might find it useful.

This way we won't need to make every single person a mod we can just add members. I'll probably start with one relay, one community and then add features such as multi relay, multi community ect...

Reply to this note

Please Login to reply.

Discussion

Basically it's almost done