ktr0731 / panzer4reservation

Garupan ha iizo

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Panzer 4 Reservation

Last check: Jun. 20, 2016.

A reservation script for GIRLS und PANZER der FILM.

GIRLS & PANZER der FILM

Description

In cinemacity in Tachikawa city, Tokyo, that theater is showing GIRLS und PANZER der FILM with a roar.
A lot of people says, "Garupan ha iizo.". It means, "GIRLS und PANZER is good.".
I agree that idea too.

But, cinemacity is very popular. It is difficult for me get wish seats.
So, I developed this script.

This script get reservation for some seats of a request.
But it is cheap. I can not bear responsibility.

Equipments

  • JavaScript
  • PhantomJS
  • CasperJS

Installation

  1. If PhantomJS does not exist, you should install it. For OS X: $ brew install phantomjs
  2. npm. $ npm install
  3. Edit config.json.
{
  "targetDate" : 22,
  "wishSeats" : [
    [ "C1", "C3" ],
    [ "F17" ],
    [ "G7", "G8"],
    [ "P2", "P21" ]
  ],
  "emails" : [
    "hoge@fuga.co.jp"
  ]
}

wishSeats is request order. If you can get seats set, then finish check sequence.
If friends are sinema citizen, please fill emails. Unnesessary your email.

Usage

$ casperjs main.js

Attention

Sorry, this script is not doing error handlings.
If you hope see doing result, look img directory.

License

Please see LICENSE.

About

Garupan ha iizo

License:MIT License


Languages

Language:HTML 58.4%Language:JavaScript 31.7%Language:CSS 9.9%