Skip to content

Latest commit

 

History

History
40 lines (30 loc) · 1.77 KB

index.md

File metadata and controls

40 lines (30 loc) · 1.77 KB
layout root permalink
lesson
.
index.html

twarc

twarc is a command line tool and Python library that is used to harvest and archive Tweets through the Twitter API. The great thing about twarc is that it’s accessible, free, and fairly easy to use once you get the hang of it. It’s also an active open-source project (that means it is essentially open to collaboration and use by anyone) and is well-documented on Github by an organization referred to as Documenting the Now.

Black Lives Matter and Documenting the Now

This lesson will introduce you to a Python application called twarc. twarc was created by Document the Now during the civil unrest in Ferguson, Missouri following the shooting and killing of Michael Brown, Jr. by a police officer. Document the Now develops open source tools and community centered practices that support the ethical collection, use, and preservation of publicly available content shared on the web and social media.

This lesson was prepared for UCSB Carpentries

We Carpentry practice what we Carpentry preach. Feel free to jump in.

This workshop was first presented in June of 2022 online and in-person at UCSB.

{% comment %} This is a comment in Liquid {% endcomment %}

Prerequisites

This lesson assumes you have access to a working verion of Python on a JupyterLab instance. It should work for those with a standalone Jupyter- install. For our workshop, we used jupyterhub hosted by UCSB's LSIT. {: .prereq}

{% include links.md %}