home.social

#sandlot — Public Fediverse posts

Live and recent posts from across the Fediverse tagged #sandlot, aggregated by home.social.

  1. #DailyBloggingChallenge (321/365)

    When comparing the scraping method between Goruck’s and Sandlot’s page they differ quite significant.

    On #Goruck one can use a simple #HTML parser and extract the data from a reusable #CSS class name.

    On #Sandlot one has access to the response data as #JSON and needs to create a pattern/dictionary matcher.