/papercall-api-import

This script calls the PaperCall.io API and pulls submissions into a spreadsheet for each state (submitted, accepted, rejected, waitlist).

Primary LanguagePython

PaperCall.io API Import

This script calls the PaperCall.io API and pulls submissions into a format chosen by the user. The user can choose:

  • A spreadsheet for each state (submitted, accepted, rejected, waitlist).
  • A directory of YAML files with all four states and talks within.

Installation

Use your favorite tool to create a virtualenv, then:

git clone https://github.com/djangocon/papercall-api-to-xls.git
cd papercall-api-to-xls
pip install requirements.txt

Running the Script

You'll need to know your event ID number. Then get your API key from:

https://www.papercall.io/events/[event_id]/apidocs

Then run the command:

python papercall_import.py

...and follow the input prompts!