KartikPrabhu, eli_oat and [eddie] joined the channel
#[eddie][cleverdevil] From IndieWeb Room, yeah those settings are the most challenging. There are two places they are retrieved. I can write up some more detailed examples tomorrow or Monday, but hereโs the essential idea
[cleverdevil] joined the channel
#[eddie]You need a proxy sniffing app (I used Charles Proxy)
#[cleverdevil]I found some other docs around from a guy who had reverse engineered their APIs, but I still couldn't get things working.
#[cleverdevil]So your insights would be hugely helpful ๐
#[eddie]Then you need to configure it to watch HTTPS traffic on your iPhone. (It has instructions on their app to install a cert on your iPhone for it)
#Loqi[ZekeSnider] NintendoSwitchRESTAPI: Reverse engineered REST API used in the Nintendo Switch app for iOS. Includes documentation on Splatoon 2's API.
#[eddie]That presents a large amount of data in http headers and return response
#[cleverdevil]That'll be a lot easier than manually going through all of these steps.
#[cleverdevil]I likely won't have a chance to work on this until late tonight or maybe tomorrow, if I am lucky.
#[eddie]Yeah, that single request actually presents a lot of the info for you. You MIGHT have to also wait 15 minutes for the token to expire and then watch the traffic for when your refresh the app and it gets a 401 error and then refreshes for a new token.
#[eddie]I think one of the settings came from that second request as well, but I can verify when Iโm sitting at my computer
snarfed, gRegorLove_ and [cleverdevil] joined the channel
#[cleverdevil][eddie]++ for the pointers on Switch game play tracking! I have a Python script now that can fetch my daily summaries, and make sense of it.
#Loqi[eddie] has 37 karma in this channel over the last year (93 in all channels)
#[cleverdevil]Next up, I need to actually post the play history to my website, but that'll have to wait for another day ๐
#aaronpkThanks for the reminder to install that parent app
#[Rose]Considering apple's usual stance on app betas this is fairly open.
#aaronpkI just want them to fix it. I can't believe it's been this broken for so long
iasai, djmoch and [schmarty] joined the channel
#[schmarty]is also cranky about shortcuts media handling being broken for so long
[Rose] and jeremych_ joined the channel
#Jeremycherfas!tell [Rose] Can you have a page in Grav that uses, say, the blogpost template but does not exist within the /blog folder? I just want a standalone page that looks the same but isn't actually a blog post.
#LoqiJeremycherfas: Zegnat left you a message 1 day, 18 hours ago: For future reference: empty() actually includes the isset() check, which means you can always use that. According to the PHP manual: โempty() is essentially the concise equivalent to !isset($var) || $var == falseโ. (Note that $var == false takes care of the null case.)