this post was submitted on 10 Aug 2023
107 points (95.0% liked)

Open Source

29014 readers
174 users here now

All about open source! Feel free to ask questions, and share news, and interesting stuff!

Useful Links

Rules

Related Communities

Community icon from opensource.org, but we are not affiliated with them.

founded 4 years ago
MODERATORS
 

I've made an open source tool for scheduling posts to Lemmy, you can find it at https://schedule.lemmings.world. It can be used by users from any instance!

You can also schedule pinning and unpinning of posts from a community if you're the moderator, making it possible to schedule for example weekly/daily threads as well as their pinning and unpinning.

Another great feature is the possibility to select multiple communities to post into.

Let me know what you think!

P.S. This post was created using the tool!

all 9 comments
sorted by: hot top controversial new old
[–] [email protected] 10 points 11 months ago

Cheers for the tool mate

[–] [email protected] 0 points 11 months ago (2 children)

Why do you ask for the user password rather than using oauth to access the user account? This looks highly suspicious, websites should never do that.

[–] [email protected] 18 points 11 months ago* (last edited 11 months ago) (2 children)

Because Lemmy doesn't support OAuth and this is actually the only way to do it. Hopefully only temporarily. Edit: The thing's open source, you can check that I don't do anything with the password, I only use it once to login to the api and get the token, pretty much the same as I would do with OAuth.

[–] [email protected] 5 points 11 months ago

My bad indeed, I thought Lemmy supported OAuth but I was confused with Mastodon. Hopefully someone contributes a OAuth/OIDC solution soon.

[–] [email protected] 2 points 11 months ago (1 children)

Alternative Lemmy frontends do that, if your server hosts this tool, isn't it similar?

[–] [email protected] 2 points 11 months ago

Of course. I was referring to the non-self-hosted solution.