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
- The most comprehensive list of Wordle-like games and resources
- Lemmy-Thread featuring a lot of Wordle-style recommendations
- NYT Games Various puzzles including the original Wordle
- The Dles Curated collection of 200+ daily 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 title
hidden content
Rules
- Be nice!
- Don't cheat!
founded 7 months ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
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!
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.
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.
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.