in a for loop:
run through the names on the investor.csv file
open 2 chrome drivers (you can reference the twitter_main_scrape.py file)
search for their names on twitter
when you find a person, go to their followers list
scrape their followers
save those followers associated with the name of the person you scraped in a JSON or CSV
end for loop after all people are found
in a for loop: run through the names on the investor.csv file open 2 chrome drivers (you can reference the twitter_main_scrape.py file) search for their names on twitter when you find a person, go to their followers list scrape their followers save those followers associated with the name of the person you scraped in a JSON or CSV end for loop after all people are found