this post was submitted on 11 Jul 2023
12 points (92.9% liked)

Lemmy Support

4550 readers
1 users here now

Support / questions about Lemmy.

Matrix Space: #lemmy-space

founded 5 years ago
MODERATORS
 

Is it possible for Lemmy to send me a notification whenever somebody submits a new post to a specific community (one that I own)?

I started a project-specific community [email protected] that's supposed to be a support forum, and I have missed a few posts for many hours because there are no notifications.

I'd be ok too if there was a simple API and I'd have to write a small script, but it'd be nicer if it was built-in

you are viewing a single comment's thread
view the rest of the comments
[–] Rooki 3 points 1 year ago (4 children)

Yeah but you would have to know what posts are new and not already known.

[–] [email protected] 3 points 1 year ago (3 children)

That's what saving the IDs is for right? It's easy enough to do in a bash script I think. I'll post it here later, assuming I get it to work.

[–] Rooki 2 points 1 year ago (2 children)

But i would not know how to save the ids there. But good luck :)

[–] [email protected] 1 points 11 months ago* (last edited 11 months ago) (1 children)
[–] Rooki 1 points 11 months ago

Ah ok now i know how to save things in files with bash :)