Skip to content
Pablo edited this page Mar 1, 2023 · 8 revisions

Welcome to the cinecli wiki!

Some information:

More info

Each cinema is a click command and and a group of click commands.

Each cinema's API will return a json of this kind:

{
  "<movie/event identifier>": {
    "name": "<name of the movie>",
    "begin": "<string that shows when the movie start>",
    "urls": [ "<list of urls for more info>", "<url1>" ],
    "synopsis": "<movie synopsis>",
    "director": "<director>",
    "cast": "<cast>",
    "genre": "<genre>",
    "duration": "<duration>",
    "origin": "<origin>",
    "year": "<year>",
    "age": "<age restriction>",
    "cost": "<cost>",
    "image_url": "<image url>"
  }
}

El Cairo's API is implemented downloading and reading an .ics file. This is slow but I learned doing it, and I think was the easiest way.

Ouput example

El Cairo API

Clone this wiki locally