Jordan Besly

Results 51 comments of Jordan Besly

Thanks for the input both of you. I've just added cli options capabilities (w/ `argparse`) which was a prerequisite for this feature. Indeed, I guess we'd enable precising the (existing)...

Basic implem with only support for public adventure id: https://github.com/Eigenbahn/ai-dungeon-cli/commit/493a45a5e648984ba46574a22f20991f8f129c2c I'll do some code cleanup before tagging.

Hi there. I had the idea of implementing it for quite a while but I'm stuck w/ one aspect. Anyway, thanks for explicitly logging the issue. API-wise, I guess it's...

Looks like a promising solution.

Woah, pretty cool! I didn't know this tool. That could sure help.

I've made the code more modular (split in several python modules). On benefit is that it'll ease testing the integration of your lib.

I haven't tried playing for a while. It seems that the API changed again :scream:. I'm still using my own "dirty" API client (I haven't found time wrapping my head...

I haven’t investigated much but the introduction of the stamina system certainly changed some stuff in the API. I’ll redo a test ensuring I’m using credentials and not an anonymous...

My code seems to fail with credentials as well. Given how controversial the new stamina system is I anticipate changes in the weeks to come. Let's not be too aggressive...

> Does anything work atm Nope. Hopefully, if nobody takes the plunge I'll implement it during the Christmas holidays. > I tried looking at the websocket communications to make my...