jpd236 / kotwords

Collection of crossword puzzle file format converters and other utilities, written in Kotlin.
Apache License 2.0
25 stars 6 forks source link

Feature request: Telegraph crosswords support #39

Open isabelgk opened 1 month ago

isabelgk commented 1 month ago

I'm new to Kotlin, so I may be interested in poking around to try my hand at this one, but in the meantime, I wanted to put in a request for crosswords from telegraph.co.uk.

This library is very impressive. Thanks for all your work on it.

jpd236 commented 1 month ago

Thanks for the request!

I'm certainly supportive of adding this. The main problem from my perspective is that it requires a paid subscription and there are no free sample puzzles, just a limited-time free trial. So even if I can get it to work with the trial, maintaining it as the site changes or things break would require an ongoing subscription. (And I don't want to ask for someone else to donate a subscription because that feels like it would lead to expectations of keeping it working, which may not be feasible depending on how the site changes or my own availability).

If you'd like to try contributing, I'd be more than happy to help however I can.

Another option is if I can be pointed to enough information about how to access the puzzle, I could try adding support and can iterate on it with someone who has a subscription. The key things would be:

If you can't make progress, I can always sign up for a trial to try and bootstrap things if/when I have time, though if things break, I'd need help to fix them.

isabelgk commented 1 month ago

Thanks so much for considering! I have recently gotten into cryptic crosswords and had been starting to play ones on xwordinfo and free ones from the Telegraph, not noticing eventually it would ask me to pay for a subscription. 😄

If I end up digging into it, I'll start out with your helpful pointers, and see where I go from there!

Thanks again for the thoughtful response.