This Github Gist contains a makefile for downloading the full set of Russian Twitter Trolls data published by NBC in their article 'Twitter deleted 200,000 Russian troll tweets. Read them here.'.
The makefile will download the following .csv files into a created directory named russian-twitter-trolls.
russian-twitter-trolls/ # Created by makefile
├── tweets.csv # 200,000 tweets (50mb) of propoganda tweets
└── users.csv # Twitter profiles of Russian trolls
To use this makefile successfully you will need make, curl, and mv installed on your system. Most *NIX machines will come with these preinstalled.
- Download or copy the
makefilefrom this gist to where you want the data folder to reside. - Open up a terminal, navigate to the directory where you downloaded your
makefile. - Run
make - Done!