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

PyGotham/papercall-api-import

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

27 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-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!

About

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

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%