Lemmy Schedule - app for scheduling posts and getting notified of new posts

https://lemmings.world/post/1472078

Lemmy Schedule - app for scheduling posts and getting notified of new posts - Lemmings.world

My Lemmy Schedule [https://schedule.lemmings.world] app now includes the option to get notified of new posts in a specific community! In case you haven’t heard about the app before, here’s what other things it can do: - schedule a post and post it to multiple communities - you can upload an image as well and choose between uploading to your Lemmy instance or to Imgur - create a recurring post that gets posted at a specific date and time (especially useful for daily/weekly/monthly/end-of-month threads) - schedule pinning and unpinning of posts (instance and community) - the pinning and unpinning can be specified as part of creating a post - the aforementioned notifications about unread posts from a specific community (useful for mods) - can be also set using a recurring schedule, so you can get the report daily/weekly/monthly etc. To learn more, visit the [email protected] [/c/[email protected]] community. P.S. It’s open source [https://github.com/RikudouSage/LemmySchedule/] and can be self-hosted using docker [https://github.com/RikudouSage/LemmySchedule/#self-hosting---docker]!

Genuine question. Why would one want to post the same thing to multiple communities? Wouldn’t that just be considered spam?

There are several case of divides, such as [email protected] and @[email protected]

I can see the genuine need to post to several communities at once

Movies and TV Shows - Lemmy.film

General discussion about movies and TV shows. — Spoilers are strictly forbidden in post titles. >Posts soliciting spoilers (endings, plot elements, twists, etc.) should contain [spoilers] in their title. Comments in these posts do not need to be hidden in spoiler MarkDown [https://join-lemmy.org/docs/en/users/02-media.html] if they pertain to the title’s subject matter. Otherwise, spoilers but must be contained in MarkDown [https://join-lemmy.org/docs/en/users/02-media.html] as follows: ::: your spoiler warning the crazy movie ending that no one saw coming! ::: Your mods are here to help if you need any clarification! — Subcommunities: The Bear (FX) - [[email protected] [/c/[email protected]]](/c/thebear @lemmy.film) — Related communities: [email protected] [/c/[email protected]] [/c/[email protected]] [email protected] [/c/[email protected]] [/c/[email protected]]

I've used this tool from the developer's instance. It works as intended. I haven't tried the new release.

I was skeptical that it would work to be honest. Particularly as I am a kbin user modding a kbin community. However, I was able to create an alt account on a lemmy instance and give the account mod status in the kbin community. So I use that account to post. I would be nice if kbin could be directly supported but I understand there are ongoing issues with the kbin API --- lack-thereof. For time being, the workaround has been functional.

Logging in to the interface, I can't see any of the prior scheduled posts I've made which did used to be visible. Maybe the new version is a breaking change from prior. Which is fine with me. This kind of thing will obviously have an experimental nature to it. I am hoping that going forward the previously-scheduled posts will be visible because it is convenient.

My review is five stars ⭐⭐⭐⭐⭐ for the application. Thank you @rikudou for building and sharing this very useful application.

This is awesome! Could we use this to subscribe to a post to receive updates on edits and new comments?
Not currently, but getting notifications for new comments might be nice. The edits are not really possible in any sane way, I would have to store every version to see if it changed. Or I would have to store the last time you visited. Neither of which I really want to do, the app doesn’t store any permanent data about its users, everything is always stored in the queued job only and then forgotten once the job runs.
Probably needs a name change at this point, as it does more then schedule posts.
Well, it still schedules stuff.
Technically that’s true, but if i am interested in that feature and looking through awesome-lemmy and see the name lemmy schedule i might think it won’t have that feature and then won’t check it out.
awesome-lemmy/template.md at master · dbeley/awesome-lemmy

A community driven list of useful apps, tools and websites for the Lemmy federated social network. - dbeley/awesome-lemmy

GitHub
Ah, didn’t know it was there. Would you suggest any better description? I’ve currently changed it to “App for scheduling posts, pins/unpins and notifications about new content”, though I feel like it could be better.
On second thought i don’t know if a name change is needed as this functionality will probably be added to lemmy natively and might make yours obsolete.
Allow users to enable notifications for a community so that they receive notifications when posts are made to it by iByteABit256 · Pull Request #3964 · LemmyNet/lemmy

Implemented ability to enable notifications for a community so that you can receive notifications whenever a post is made to it. notifications_enabled column added to community_follower followed_c...

GitHub