In this project, we will learn how to crawl social media data(Twitter) as well as process and report some analysis on my extracted data. It includes three steps:
- Data Collection
- Data Visualization
- Network Measures Calculation
├── doc
# crawl data will save into this file
│ ├── all_friends.json
# the screen names we want crawl from twitter
│ └── users.txt
└── main.py