Homework 11
CS2110, Spring 2021
Due Sunday, May 9, 5pm
7 points

1.Extend your HW10 program so that it displays a map showing locations of Twitter tweets matching user-specific search terms. The program should: Important enabling steps:
  1. You need a twitter Developer account (https://developer.twitter.com/) for this assignment.
  2. Once you've done that you need to create/register a Twitter app. Do that here: https://dev.twitter.com/apps
  3. You need to be able to import some tools to enable proper connection to Twitter using the Oauth secure authorization protocol. Rather than do full formal installation of the relevant tools, we will use a simpler approach for this assignment:
    1. Download modulesForOauth.zip.
    2. Unzip the downloaded file (some computers/operating systems do this automatically). The folder is named 'modulesForOauth' DO NOT change the name.
    3. Move or copy the folder into whatever folder contains your hw11.py file.
Other important notes:
For the full assignment submit to ICON one zip file that contains a folder containing all of the files that comprise your HW11 solution (everything!, including the OAuth-related folder)