"#Pride" related Tweets all over the world

Conducted by Kristie Hu on 06/27/2019 with ArcGIS Pro
Card Image

This project allows us to convert tweets info into an ArcGIS supported CSV file and analyze the data spatially to compare the relationships. Basically, the data collecting process is accomplished in Python scripting operation.

After getting the permission of accessing data from Twitter (Twitter Developer platform), inserting identification (security keys get from Twitter, I start to use python built-in packages (sys, pandas, tweepy, etc.) to get the data directly from Twitter end.

The provided code already included the importing stage, defined columns contents (the defined Class CustomStreamListener), and the main manipulations in the script execution stage (printed content for the data collecting processes).

Comments Section