this post was submitted on 17 Jun 2023
11 points (100.0% liked)

Asklemmy

43577 readers
1949 users here now

A loosely moderated place to ask open-ended questions

Search asklemmy πŸ”

If your post meets the following criteria, it's welcome here!

  1. Open-ended question
  2. Not offensive: at this point, we do not have the bandwidth to moderate overtly political discussions. Assume best intent and be excellent to each other.
  3. Not regarding using or support for Lemmy: context, see the list of support communities and tools for finding communities below
  4. Not ad nauseam inducing: please make sure it is a question that would be new to most members
  5. An actual topic of discussion

Looking for support?

Looking for a community?

~Icon~ ~by~ ~@Double_A@discuss.tchncs.de~

founded 5 years ago
MODERATORS
 

One of the cool things about reddit is the number of useful bots. Is there something similar for Lemmy?

top 5 comments
sorted by: hot top controversial new old
[–] thecdc1995@lemmy.world 5 points 1 year ago

Yep! This library should help you get started.

https://github.com/SleeplessOne1917/lemmy-bot

[–] Jamie@jamie.moe 4 points 1 year ago

I started building a wrapper around the official Rust API today. But it's a long way away from anything productive. Mostly just a testbed right now.

I'll post something up in a few places when I make a repo for it and ask for contributions. Want to do a fair amount of work myself before asking of anyone else.

[–] kiwifoxtrot@lemmy.world 3 points 1 year ago

Here's another repo, but in Python:

https://github.com/db0/pythorhead

[–] fubo@lemmy.world 2 points 1 year ago

Yes, there are existing Lemmy bots doing useful things for participants. For example, the folks on mtgzone.com have a bot that responds to specially-tagged comments and provides useful links specific to their topic.

It’s an open protocol so it’s very much doable.