Skip to content

Latest commit

 

History

History
26 lines (15 loc) · 721 Bytes

README.md

File metadata and controls

26 lines (15 loc) · 721 Bytes

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!