Giter Club home page Giter Club logo

jre-guests's Introduction

JRE guests

This repository contains the source data for my blog post on popularity spikes following guests' appearances on The Joe Rogan Experience (JRE). I collected these data at 9:50am NZST on September 18, 2018 using the R scripts in code/.

File descriptions

code/episodes.R scrapes the JRE podcast directory for a list of episode numbers, dates and titles, and cleans these data by, e.g., filling in missing episode numbers and removing non-ASCII characters from episode titles.

code/guests.R generates a (manually adjusted) list of guests who appear on each JRE episode identified in data/episodes.csv.

code/popularity.R downloads Google Trends data (based on web search interest in the United States) for each unique value of guest_name in data/guests.csv.

I ran each script in a fresh instance of jre-guests.Rproj.

Dependencies

I used the httr and rvest packages to scrape episode metadata, gtrendsR to download Google Trends data, zoo to compute rolling means, and various packages from the tidyverse to read, manipulate and write data. These dependencies can be installed by running

install.packages(c("httr", "rvest", "gtrendsR", "zoo", "tidyverse"))

at the R console. All other commands should be available through the base R installation.

Legal notices

This repository contains data on episodes of The Joe Rogan Experience. These episodes are the intellectual property of Joe Rogan and Talking Monkey Productions, and are protected by copyright. I believe that my use of this intellectual property is covered by fair use. Such use is intended to be educational and my derived commentary would be severely impaired without the copyrighted material.

Any use of the data contained in this repository is at the user's own legal risk. I take no responsibility for the external use of these data, nor for any errors that they contain.

The contents of code/ are licensed under the MIT license.

jre-guests's People

Contributors

bldavies avatar

Stargazers

 avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.