This is a very simple console application that generates a list of times to publish news articles within a randomized 2-3 hour delay while avoiding time conflicts within a 30-minute window.
Find a file
2025-03-12 01:55:06 -04:00
.gitignore Optional config file 2025-03-11 23:30:11 -04:00
config.toml.sample Choose a random community/topic 2025-03-12 01:55:06 -04:00
GlobalUsings.cs Optional config file 2025-03-11 23:30:11 -04:00
Program.cs Choose a random community/topic 2025-03-12 01:55:06 -04:00
PublishTimes.csproj Optional config file 2025-03-11 23:30:11 -04:00
README.md Optional config file 2025-03-11 23:30:11 -04:00
UNLICENSE Minor tweaks 2025-03-11 16:09:39 -04:00

Publish Times

This is a very simple console application that generates a list of times to schedule news with a 2-3 hour delay and a 30 minute time gap per-article.

Background

A while back, I found a tool to schedule articles on Lemmy. I've been posting within a few hour apart at random minutes and I wanted to something decide that for me. I had AI write the base algorithm everything else is my own touches.

License

I hereby waive this project under the public domain - see UNLICENSE for details.