Skip to content

Commit

Permalink
adding Carpentries tutorial, and embedding the video!
Browse files Browse the repository at this point in the history
  • Loading branch information
edsu committed Jan 9, 2023
1 parent 90460d7 commit ae7a161
Showing 1 changed file with 13 additions and 3 deletions.
16 changes: 13 additions & 3 deletions docs/resources.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,23 @@

Documentation here is largely auto generated from the code, which may not always be the most user friendly. Others have written great tutorials and other resources relating to using twarc, or working with the data generated by twarc. If you'd like to suggest additional resources that are relevant, please feel to open a pull request or open an issue.

## An Introductory Video from the Australian Digital Observatory

A [six minute video](https://www.youtube.com/watch?v=4DXEeM2AA9Y) by the [Australian Digital Observatory](https://www.digitalobservatory.net.au/) that shows some of the functionality of `twarc2` search, as well as how to use [Twitter's Query Builder](https://developer.twitter.com/apitools/query?query=) in conjunction with twarc.

<iframe width="560" height="315" src="https://www.youtube.com/embed/4DXEeM2AA9Y" title="YouTube video player" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share" allowfullscreen></iframe>

## Carpentries Lesson

<https://carpentries-incubator.github.io/twitter-with-twarc/index.html>

Includes a step by step guide to collecting Twitter data using `twarc2`. It includes information on Twitter's JSON format, and how to manage collected data.

## UVA Library's Scholars' Lab Twarc Tutorial

<https://scholarslab.github.io/learn-twarc/>

Great beginner guide that also goes through command line and Python setup. Uses `twarc` for v1.1 API examples, not `twarc2`.
A beginner guide that also goes through command line and Python setup. Uses `twarc` for v1.1 API examples, not `twarc2`.

## Guide from TwitterDev

Expand Down Expand Up @@ -38,6 +50,4 @@ Uses both `twarc` and `twarc2`

An example of using `twarc2` search, but be sure to install twarc using `pip install twarc` not the link to the v2 branch zip.

## Short video demonstration of twarc by the Australian Digital Observatory

A [six minute video](https://www.youtube.com/watch?v=4DXEeM2AA9Y) by the [Australian Digital Observatory](https://www.digitalobservatory.net.au/) that shows some of the functionality of `twarc2` search, as well as how to use [Twitter's Query Builder](https://developer.twitter.com/apitools/query?query=) in conjunction with twarc.

0 comments on commit ae7a161

Please sign in to comment.