![]() Posts: 7 Reputation: +7 Joined: 2021-07-25 |
Posted 2021-07-25 13:57
|
![]() |
Player profile pages show the list of achievements, and also the player-created puzzles (if any). My profile page: https://regexcrossword.com/profile/53 (no user-created puzzle) Or click on any user from: https://regexcrossword.com/playerpuzzles They have recently added a mobile-friendly and touch-friendly version of the website: https://m.regexcrossword.com/profile/53 They can be contacted through Twitter. I'm sorry, but I haven't tried asking them to build any API. Might be a better idea if you ask them to build such API, as you have the precise requirements of what you need. |
|
![]() Posts: 1097 Reputation: +135 Joined: 2018-04-08 |
Posted 2021-12-05 17:55
|
![]() |
Hi, thanks for your suggestion! I tried this game out, and it was a lot of fun! :D Even better, is that the achievement data seems to be static, so if it is, it can easily be supported. One odd thing is, my profile haven't unlocked any badges, even though I have beaten beginner and intermediate... They are not broken are they? (Actually, I just found one profile with some badges that unlocked recently, so maybe it's just a bit delayed) I will have a look at it! ^_^ |
|
![]() Posts: 1097 Reputation: +135 Joined: 2018-04-08 |
Posted 2021-12-05 19:41
|
![]() |
Just tried collecting the achievement data, but it was not successful. I'm thinking the data is inserted after the page has loaded with Javascript. I will place this on hold for the moment | |
![]() Posts: 7 Reputation: +7 Joined: 2021-07-25 |
Posted 2021-12-07 17:13
|
![]() |
You're right, it's added through JavaScript. Even better, it's a plain JSON response: https://regexcrossword.com/api/players/53/achievements Still, it might be worth contacting the author. |
|
![]() Posts: 1097 Reputation: +135 Joined: 2018-04-08 |
Posted 2021-12-08 14:45
|
![]() |
Wait, that API might work though! :O I will investigate this! ^_^ |
|
![]() Posts: 1097 Reputation: +135 Joined: 2018-04-08 |
Posted 2021-12-09 19:37
|
![]() |
Yup, good news: It's working flawlessly! The only minor inconvenience is that the achievement image-paths are not included, so we will have to cross reference and insert it ourselves manually, but it's only 13 achievements, so no biggie ;) |
|
![]() Posts: 1097 Reputation: +135 Joined: 2018-04-08 |
Posted 2022-01-06 19:44
|
![]() |
It has arrived! You can add it to your profile by going to Add account, pick Regex Crossword and insert your profile ID. (There's more instructions on that page). Have fun! ^_^ |