| source anUrl tweet | anUrl := 'https://twitter.com/offrayLC'. source := Soup fromString: (ZnEasy get: anUrl ) contents asString. tweet := (source findAllTagsByClass: 'ProfileTweet-contents')