this post was submitted on 03 Jul 2023
31 points (100.0% liked)

boardgames

5561 readers
1 users here now

Everything boardgames

Please stick to English for posts and comments

founded 1 year ago
MODERATORS
 

I've just had this idea. Why don't we create a bot that scans comments and replies to them with boardgamegeek links for every game found in the comment?

To simplify the implementation I would be favourable to introduce some sort of syntax to make unambiguous whether or not some words are a game name or not.

What do you think about this idea?

you are viewing a single comment's thread
view the rest of the comments
[–] Poob@lemmy.world 2 points 1 year ago (1 children)

Do you have an example or a link to a git repo?

[–] elvith@feddit.de 4 points 1 year ago* (last edited 1 year ago) (1 children)

I remember u/spirescan-bot for r/slaythespire. It uses double braces, but works this way.

Here's a random old post from the bot about new features where users are testing these: https://www.reddit.com/r/slaythespire/comments/d8t92r/new_bot_features/

The bot comments don't link to its source, but searching the bot username on Google leads to this repository, that looks good at afirst glance. Seems to be a python bot and the source code contains the URL of the Slay The Spire Wiki: https://github.com/painebenjamin/spirescanbot

[–] Poob@lemmy.world 1 points 1 year ago

Thanks! I'll take a look