This repository contains the code I created in the Social Media and Data Mining Course
- Download/Clone repository
- Make sure PyCharm is installed on your computer
- Open the project you would like to see in the PyCharm IDE
- Some of the projects may require an API key that you can get by making an account on developer.twitter.com and creating an app
- After creating the app, we get four numbers. Import those four numbers into a config.py file that is in the same directory as the project you are trying to operate.
- This precaution was taken so that no API keys would be leaked online.