repostbot_comm

3 readers
1 users here now

Home of repost-bot.

Posting follows sh.itjust.works rules.

Don't be a jerk.

founded 2 months ago
MODERATORS
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
 
 

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 1 month ago by [email protected] to c/[email protected]
 
 

this one

4
 
 

original. Should not be modded.

5
 
 

are you gonna ignore this, bot?

6
1
second image (sh.itjust.works)
submitted 1 month ago by [email protected] to c/[email protected]
 
 

catch me bot

7
 
 

go bot go

8
1
submitted 2 months ago* (last edited 2 months ago) by [email protected] to c/[email protected]
 
 

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.