this post was submitted on 30 Jan 2025
21 points (100.0% liked)

dailygames

1110 readers
58 users here now

Community for daily games like Wordle, Jumblie, Connections etc.

Post your daily games and scores. Discover new games and discuss with others.

Find games

Share your results

It’s useful to wrap your results in a markdown codeblock to preserve the layout. Put three backticks ``` before and after your result to create a codeblock.

🟨🟨⬛⬛⬛
🟨🟩⬛⬛⬛
🟩🟩🟨🟨⬛
🟩🟩🟩🟩🟩

Spoilers

Please put possible spoilers in spoiler tags

visible spoiler titlehidden content

Rules

founded 7 months ago
MODERATORS
 

It's still very much a work in progress, but I have just created @[email protected] with the intent to automatically post the daily game posts, rather than people need to do it themselves.

For now it's just Connections as I'm still working out the kinks (it didn't succeed in getting it up the first time today...I had to stop and re-run it to get it to work). But I would like to expand it to some more games later: post suggestions in the comments.

Lemmy has a setting to hide all content created by bots. If you wish to join in the Connections (and possible other future daily games), please make sure you have "Show Bot Accounts" selected.

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

Hey, great timing \ idea. I just had to turn off my Travle bot because it was flaking out.

When you're ready, if you could please post Travle.Earth and WhenTaken, that would be great. Thank you!

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

Out of interest, how did you develop that bot? I've been using the lemmy-bot npm package, with its frustratingly-under-documented "schedule" property. It was amazingly easy to work with, once I figured out the basic structure.

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

Hey, so I got lazy and was giving this a try:

https://github.com/RikudouSage/LemmySchedule

While it worked, it was good. But then it randomly duplicated scheduled posts and I shut it down. I plan to go back to writing a python script if I find the time.

[–] [email protected] 1 points 1 day ago

Ha, yeah, Python would probably be my choice if I were working from scratch. This is the one I was working with. And it seems to be working pretty well, though I'm not sure yet what caused by bot to fail to submit on schedule when I just left it running today.