2017 © Pedro Peláez
 

library letterboxd-ics

Export Letterboxd diary to iCalendar format

image

cmbuckley/letterboxd-ics

Export Letterboxd diary to iCalendar format

  • Friday, February 12, 2016
  • by cmbuckley
  • Repository
  • 1 Watchers
  • 0 Stars
  • 6 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 11 Versions
  • 0 % Grown

The README.md

letterboxd-ics is a package to render a Letterboxd diary in iCalendar format., (*1)

Build Status, (*2)

How to install (Heroku)

Deploy to Heroku, (*3)

The installation will prompt you to set the LETTERBOXD_USERNAME and LETTERBOXD_PASSWORD secrets., (*4)

How to install (standalone)

If you want to use the standalone package, you can do the following:, (*5)

git clone https://github.com/cmbuckley/letterboxd-ics.git
cd letterboxd-ics
composer install

Once you have the package and its dependencies, set environment variables LETTERBOXD_USERNAME and LETTERBOXD_PASSWORD to your credentials, then point a Web server at the public folder., (*6)

How to install (Packagist)

Alternatively, letterboxd-ics is available on Packagist, so it can be specified as a dependency using Composer:, (*7)

{
    "require": {
        "cmbuckley/letterboxd-ics": "^8.0"
    }
}

How to use

You can specify your own options:, (*8)

<?php
require 'vendor/autoload.php';

$calendar = new Starsquare\Letterboxd\Calendar(array(
    'auth' => array(
        'username' => 'user@example.com',
        'password' => 'password',
    ),
));

echo $calendar;

Other configuration options:, (*9)

  • calendar: Config for the calendar.
    • name: Name of the calendar.
    • description: Full description of the calendar.
    • timezone: Timezone of the calendar.
  • output: Config for the output.
    • headers: Whether to send response headers.
    • errors: Whether to display errors.
    • content-type: Content-Type sent with the response. Defaults to text/calendar, but text/plain will work for most clients.
    • charset: Character set sent with the response.

Alternatively, you can define your configuration options in a JSON-encoded config file, and pass the file path to the Calendar object. An example is provided in the public folder., (*10)

The Versions

12/02 2016

dev-master

9999999-dev http://cmbuckley.github.io/letterboxd-ics/

Export Letterboxd diary to iCalendar format

  Sources   Download

MIT

The Requires

 

The Development Requires

calendar ics ical letterboxd

22/11 2015

3.2.0

3.2.0.0 http://cmbuckley.github.io/letterboxd-ics/

Export Letterboxd diary to iCalendar format

  Sources   Download

MIT

The Requires

 

The Development Requires

calendar ics ical letterboxd

08/02 2015

3.1.1

3.1.1.0 http://cmbuckley.github.io/letterboxd-ics/

Export Letterboxd diary to iCalendar format

  Sources   Download

MIT

The Requires

 

calendar ics ical letterboxd

08/02 2015

3.1.0

3.1.0.0 http://cmbuckley.github.io/letterboxd-ics/

Export Letterboxd diary to iCalendar format

  Sources   Download

MIT

The Requires

 

calendar ics ical letterboxd

08/02 2015

3.0.0

3.0.0.0 http://cmbuckley.github.io/letterboxd-ics/

Export Letterboxd diary to iCalendar format

  Sources   Download

MIT

The Requires

 

calendar ics ical letterboxd

04/02 2014

2.2.0

2.2.0.0 http://starsquare.github.io/letterboxd-ics/

Export Letterboxd diary to iCalendar format

  Sources   Download

MIT

The Requires

 

calendar ics ical letterboxd

29/12 2013

2.1.0

2.1.0.0 http://starsquare.github.io/letterboxd-ics/

Export Letterboxd diary to iCalendar format

  Sources   Download

MIT

The Requires

 

calendar ics ical letterboxd

16/08 2013

2.0.0

2.0.0.0 http://starsquare.github.io/letterboxd-ics/

Export Letterboxd diary to iCalendar format

  Sources   Download

MIT

The Requires

 

calendar ics ical letterboxd

16/05 2013

0.2.0

0.2.0.0 http://starsquare.github.io/letterboxd-ics/

Export Letterboxd diary to iCalendar format

  Sources   Download

MIT

The Requires

 

calendar ics ical letterboxd

16/05 2013

1.0.0

1.0.0.0 http://starsquare.github.io/letterboxd-ics/

Export Letterboxd diary to iCalendar format

  Sources   Download

MIT

The Requires

 

calendar ics ical letterboxd

16/05 2013

0.1.0

0.1.0.0 http://starsquare.github.io/letterboxd-ics/

Export Letterboxd diary to iCalendar format

  Sources   Download

MIT

The Requires

 

calendar ics ical letterboxd