repostbot_comm

3 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
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 @repost@sh.itjust.works.

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
 
 

this one

4
 
 

original. Should not be modded.

5
 
 

are you gonna ignore this, bot?

6
 
 

catch me bot

7
 
 

go bot go

8
 
 

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.