Bash

Notes on Downloading Conversations through Twitter's V2 API

March 23, 2021
Twitter conversations might be a fruitful avenue for SNA, but documentation is still sparse
twitterapi bash

Using Bash to Query the New Twitter API 2.0

February 15, 2021
Twitter recently gave researchers access to a generous monthly amount of data for free
tutorial twitterapi bash

Using Bash to Query the CrowdTangle API and Parsing Outputs to CSV with R

December 19, 2020
Once again, understanding your API yields unexpected advantages and flexibility
tutorial crowdtangle bash R

Code Snippet: Replacing non-UTF-8 characters in filenames with Python (or Unix)

October 16, 2020
German ä, ö, ü, ß caused problems in a Targets pipeline. Drafted this code for renaming files easily.
python bash code snippet"