Here we continue with GeekDude working with Chrome and AutoHotkey extracting data from a webpage. This session we focus on getting lists and leverage JSON, Chrome.Jxon_Dump, JSON.stringify, Chrome.Jxon_Load and jQuery.
The great news is that GeekDude explained how we can see the Reddit site the way it was the below video!
By logging into https://old.reddit.com/r/
Chrome and AutoHotkey: Getting lists from page
If you’re loving this, please consider donating to GeekDude!
Notes: Chrome and AutoHotkey: Getting lists from page
00:05 Sometimes you want multiple items from a page. Maybe all post titles, or all links form comments.
00:20 Looking in HTML we see there’s a lot going on. We need to look at the structure BEFORE we get working on it.