This is a github repository for all code and scripts associated with the Antisemitism on Twitter detection project with Guenther Jikeli at Indiana University.
Pre-requisites to run the following files:
- Python 3 - It is important to have the updated version of Python especially for file read and write operations
- Lang Detect - In order to filter the English/Non-English tweets, we have used the langdetect package. This needs to be installed on the instance where you wish to run the script.The syntax should be something similar to:
- Tweepy - This module checks if the Tweets are live or not.