2.7.10 • Published 4 months ago

node-csfd-api v2.7.10

Weekly downloads
22
License
MIT
Repository
github
Last release
4 months ago

npm version Package License Build & Publish codecov

CSFD API

Tiny NPM library for scraping CSFD [work in progress]

  • Browser + Node.js (SSR)
  • TypeScript

Install

via yarn

yarn add node-csfd-api

via npm

npm install node-csfd-api

Usage

Movie

Get info about this movie

import { csfd } from 'node-csfd-api';

csfd.movie('535121').then((movie) => console.log(movie));

Results

{
  title: 'Na špatné straně',
  year: '2018',
  descriptions: [
    'Otupělý policejní veterán Ridgeman (Mel Gibson)...',
    'Brett je policajt tesne ...'
  ],
  genres: [ 'Krimi', 'Drama', 'Thriller' ],
  type: 'film',
  url: 'https://www.csfd.cz/film/535121',
  origins: [ 'USA', 'Kanada' ],
  colorRating: 'good',
  rating: 73,
  otherTitles: [
    { country: 'USA', title: 'Dragged Across Concrete' },
    { country: 'Kanada', title: 'Dragged Across Concrete' },
    { country: 'Slovensko', title: 'Na zlej strane' },
    { country: 'Austrálie', title: 'Dragged Across Concrete' },
    { country: 'Velká Británie', title: 'Dragged Across Concrete' }
  ],
  poster: '//img.csfd.cz/files/images/film/posters/163/579/163579352_bf8737.jpg?h180',
  directors: [
    {
      id: 87470,
      name: 'S. Craig Zahler',
      url: 'https://www.csfd.cz/tvurce/87470-s-craig-zahler/'
    }
  ],
  actors: [
    {
      id: 1,
      name: 'Mel Gibson',
      url: 'https://www.csfd.cz/tvurce/1-mel-gibson/'
    },
    // ...
  ],
  basedOn: [],
  writers: [
    {
      id: 87470,
      name: 'S. Craig Zahler',
      url: 'https://www.csfd.cz/tvurce/87470-s-craig-zahler/'
    }
  ],
  music: [
    {
      id: 203209,
      name: 'Jeff Herriott',
      url: 'https://www.csfd.cz/tvurce/203209-jeff-herriott/'
    },
    // ...
  ],
  producers: [
    {
      id: 320006,
      name: 'Sefton Fincham',
      url: 'https://www.csfd.cz/tvurce/320006-sefton-fincham/'
    },
    // ...
  ]
}

User Ratings

Get all of my ratings

import { csfd } from 'node-csfd-api';

csfd.userRatings('912-bart').then((ratings) => console.log(ratings));

Results

[
  {
    title: 'David Attenborough: Život na naší planetě',
    year: 2020,
    type: 'film',
    url: 'https://www.csfd.cz/film/812944-david-attenborough-zivot-na-nasi-planete/',
    colorRating: 'good',
    userDate: '01.11.2020',
    userRating: 5
  },
  {
    title: 'Coronation',
    year: 2020,
    type: 'film',
    url: 'https://www.csfd.cz/film/912552-coronation/',
    colorRating: 'good',
    userDate: '28.10.2020',
    userRating: 4
  }
];

More

Work in progress...

Development

Developing and debugging library

yarn start

Run demo locally

You can find and modify it in ./demo.ts file

yarn demo

Contribution

I welcome you to customize this according to your needs ;)

Pull requests for any improvements would be great!

Donation

If this project have helped you save time please consider making a donation for some 🍺 or 🍵 ;)

Privacy Policy

I DO NOT STORE ANY DATA. PERIOD.

I physically can't. I have nowhere to store it. I don't even have a server database to store it. So even if Justin Bieber asked nicely to see your data, I wouldn't have anything to show him.

That's why, with CSFD Api, what happens on your device stays on your device till disappear.

License

Copyright © 2020 Lukas Bartak

Proudly powered by nature 🗻, wind 💨, tea 🍵 and beer 🍺 ;)

All contents are licensed under the MIT license.

3.0.0-next.20

4 months ago

2.7.10

4 months ago

3.0.0-next.19

4 months ago

3.0.0-next.18

4 months ago

2.7.9

5 months ago

2.7.8

7 months ago

2.7.7

8 months ago

3.0.0-next.13

11 months ago

3.0.0-next.12

11 months ago

3.0.0-next.15

11 months ago

3.0.0-next.14

11 months ago

3.0.0-next.17

11 months ago

3.0.0-next.16

11 months ago

2.7.6

10 months ago

2.7.4

1 year ago

2.7.5

1 year ago

3.0.0-next.11

1 year ago

3.0.0-next.10

1 year ago

3.0.0-next.4

1 year ago

3.0.0-next.3

1 year ago

3.0.0-next.9

1 year ago

3.0.0-next.6

1 year ago

3.0.0-next.5

1 year ago

2.6.0

1 year ago

3.0.0-next.8

1 year ago

2.7.3

1 year ago

2.7.0

1 year ago

2.7.2

1 year ago

2.7.1

1 year ago

3.0.0-next.2

1 year ago

3.0.0-next.1

2 years ago

2.4.5

2 years ago

2.4.4

2 years ago

2.5.0

1 year ago

2.4.3

2 years ago

3.0.0-next.0

2 years ago

2.4.1

2 years ago

2.4.0

2 years ago

2.4.2

2 years ago

2.4.0-next.0

2 years ago

2.3.0

2 years ago

2.3.1

2 years ago

1.10.2

2 years ago

2.2.0

2 years ago

2.0.0-next.0

2 years ago

2.0.1

2 years ago

2.0.0

2 years ago

2.1.0-next.1

2 years ago

2.1.1-next.0

2 years ago

1.11.0-next.0

2 years ago

2.2.0-next.0

2 years ago

2.1.0

2 years ago

1.10.1

2 years ago

1.9.0

2 years ago

1.10.0-beta.0

2 years ago

1.11.0-beta.0

2 years ago

1.11.0-beta.1

2 years ago

1.8.3

2 years ago

1.10.0

2 years ago

1.8.2

3 years ago

1.8.1

3 years ago

1.7.0-beta.0

3 years ago

1.8.0

3 years ago

1.7.0

3 years ago

1.6.7

3 years ago

1.6.6

3 years ago

1.6.5

3 years ago

1.6.4

3 years ago

1.6.3

3 years ago

1.6.2

3 years ago

1.6.1

3 years ago

1.5.0

3 years ago

1.4.0

3 years ago

1.3.0

3 years ago

1.3.0-beta.1

3 years ago

1.3.0-beta.2

3 years ago

1.2.0

3 years ago

1.2.0-beta.9

3 years ago

1.2.0-beta.6

3 years ago

1.1.0

3 years ago

1.1.0-beta.0

3 years ago

1.0.1

3 years ago

1.0.0

3 years ago

1.1.0-alpha.1

3 years ago

1.1.0-alpha.3

3 years ago

1.0.0-beta.2

3 years ago

1.0.0-beta.3

3 years ago

1.0.0-beta.1

3 years ago

1.0.0-beta.0

3 years ago

0.6.2

3 years ago

0.6.1

3 years ago

0.6.0

3 years ago

0.5.0

3 years ago

0.3.0

3 years ago

0.4.0

3 years ago

0.2.1

4 years ago

0.2.2

4 years ago

0.2.0

4 years ago

0.1.1

4 years ago