Skip to content

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

Notifications You must be signed in to change notification settings

djangocon/papercall-api-import

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

52 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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-import.git
$ cd papercall-api-import
$ pip install -r 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:

$ PAPERCALL_API_KEY="update-me-from-papercall" python papercall_import.py

...and follow the input prompts!

About

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

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 4

  •  
  •  
  •  
  •  

Languages