repostbot_comm

31 readers
1 users here now

Home of repost-bot.

Posting follows sh.itjust.works rules.

Don't be a jerk.

founded 1 month ago
MODERATORS
sbv
1
 
 

In version 0.1.4, mods can now configure the repost-bot to watch a community and complain when a user reposts an image too often. The mod configures the community by PMing the bot with something along the lines of

{"https://sh.itjust.works/c/repostbot_comm": { 
  "action": "comment", 
  "minRepostIntervalSeconds": 60, 
  "allowRepostsFromOtherCommunities": false 
}}

You can see an example of this groundbreaking behaviour here.

Next up: adding reporting and removal of posts.

2
1
What is repost-bot? (codeberg.org)
submitted 1 month ago by sbv to c/repostbot_comm
 
 

repost-bot can indicate if an image post is a repost of a previous image. It's presently running on sh.itjust.works as @[email protected].

When summoned to an image post, repost-bot will respond with whether it has seen the image before.

Mod tools are under development. That would allow moderators of communities finer control over its actions. See the issues list for more details.

3
1
mod me! (sh.itjust.works)
submitted 2 weeks ago by sbv to c/repostbot_comm
 
 

this one

4
0
token frame 1 (sh.itjust.works)
submitted 2 weeks ago by sbv to c/repostbot_comm
 
 

original. Should not be modded.

5
 
 

are you gonna ignore this, bot?

6
-2
second image (sh.itjust.works)
submitted 2 weeks ago by sbv to c/repostbot_comm
 
 

catch me bot

7
-2
test: initial image (sh.itjust.works)
submitted 2 weeks ago by sbv to c/repostbot_comm
 
 

go bot go

8
2
submitted 1 month ago* (last edited 1 month ago) by sbv to c/repostbot_comm
 
 

Instance featured posts appear at the top of the new feed. That breaks the lil bot's mind because it expects a chronologically ordered list. That's fixed. We missed ~4 days of posts because of that. Whoops.

And there was a breaking schema change to include the publish date.

For now, I've also scoped the bot to just read the local feed and raised an issue to make scoping configurable.