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
Tony Bark df33078d1a Streamline user selection
- New topic selection
- Removed white space from topics
2025-03-13 02:12:23 -04:00
.gitignore Optional config file 2025-03-11 23:30:11 -04:00
Config.cs Documentation-style comments 2025-03-12 15:23:11 -04:00
config.toml.sample Grab topics from config, if it exists 2025-03-12 02:11:58 -04:00
GlobalUsings.cs Slight refactor 2025-03-12 14:28:36 -04:00
Program.cs Streamline user selection 2025-03-13 02:12:23 -04:00
PublishTimes.csproj Optional config file 2025-03-11 23:30:11 -04:00
README.md Second (major) refactor 2025-03-12 17:06:08 -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 publish news articles within a randomized 2-3 hour delay while avoiding time conflicts within a 30-minute window.

Background

A while back, I found a tool to schedule articles on Lemmy. I've been posting within a few hours 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.