Homework 11
CS1210 Computer Science 1 - Fall 2021
Due Sunday, Dec. 12, by 8:00pm
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 with "Elevated" access so that you can use Twitter API v1.1. See detailed step by step instructions here. It looks like a lot of steps but there are all simple and should take only a few minutes.
  2. Once you've done that you need to obtain API keys (to add to twitteraccess.py). Detailed instructions for obtaining the keys are here. This is a quick and easy process.
  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 the same folder that 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)