Aug 10, 2018
In part 5 we used JSON calls to retrieve tweets from pages other than the Twitter home page. In part 6 we'll add a new structure to our application to make it easy for applications that are consuming our code to know whether more tweets exist and how to retrieve them.
Aug 6, 2018
In part 4 we finished parsing the individual fields of a Tweet. In part 5 we integrate our changes into the Scraper module and look at how to retrieve subsequent pages of Tweets.
Aug 3, 2018
In part 3 we began looking into parsing the individual fields of a Tweet. We'll continue doing so in part 4.
Jul 27, 2018
In part 2 we figured out how to retrieve data from Twitter. In part 3 we'll be looking at how to consume and format the data we're retrieving.
Jul 23, 2018
In part 1 we created our general project structure and did a little bit of coding. In part 2 we'll look at how to retrieve data from Twitter.