Skip to content
This repository has been archived by the owner on Nov 26, 2024. It is now read-only.

denizhanpak/TwitterAntisemitism

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

TwitterAntisemitism

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:

  1. Python 3 - It is important to have the updated version of Python especially for file read and write operations
  2. 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:

    python3 -m pip install langdetect

  3. Tweepy - This module checks if the Tweets are live or not.

    python3 -m pip install tweepy

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages