Ongoing
-
Create a Twitter app
-
Connect to Twitter Streaming API and download Tweets based on selected keywords:
- Create a Twitter_Streaming.py file with the following code
- Use the following command in the terminal to store the filtered Tweets in a new file:
python Twitter_Streaming.py > new_file_name.txt
- Reading and analyzing the data (see Jupyter notebook)
- Marco Bonzanini's blog: Mining Twitter Data with Python
- Adil Moujahid's post: An Introduction to Text Mining using Twitter Streaming API and Python
- Roshan's Twitter Data Mining Tutorial video and Jupyter notebook