/issuu-upload-pdfs

A Perl script for Issuu's fiddly API.

Primary LanguagePerlMIT LicenseMIT

Usage

ISSUU_API_KEY=asdf ISSUU_API_SECRET=qwert ./issuu.document.url_upload.pl < list_of_urls

Wrangling the Issuu.com API

The API is a bit weird. It has some funny HTTP quirks.

The documentation is ok but not great.

This repository includes code based on a script published by Chris Faust.

References