jsvine / nicar-2019-schedule

The NICAR 2019 conference schedule as JSON and CSV files, plus the underlying Python scraper.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

NICAR 2019 Schedule as Structured Data

This repository contains the NICAR 2019 conference schedule as JSON and CSV files, plus the underlying Python scraper.

Going to NICAR? You might be interested in the data, analyses, and tools we've open-sourced at BuzzFeed News.

Get the data

Last updated March 9, 2019 @ 3:00pm Pacific

Run the scraper yourself

To run the scraper, you'll need Python 3. To get started, execute the following commands in your terminal:

mkvirtualenv nicar-2019-schedule # Optional, recommended
git clone https://github.com/jsvine/nicar-2019-schedule.git
cd nicar-2019-schedule
pip install -r requirements.txt

To run the scraper, execute this command:

make schedule

Look beneath the hood

You can find the Python script that extracts and formats the schedule here.

Fix/improve things

Pull requests are welcome.

About

The NICAR 2019 conference schedule as JSON and CSV files, plus the underlying Python scraper.


Languages

Language:Python 94.0%Language:Makefile 6.0%