IMDB-spider written in Java
Go to file
Vyacheslav N. Boyko e568eeed3d readme 2019-01-18 23:41:18 +03:00
core readme 2019-01-18 23:37:50 +03:00
runner readme 2019-01-18 23:37:50 +03:00
.gitignore start working on project 2019-01-09 17:57:37 +03:00
.travis.yml installing integration with Travis-CI 2019-01-15 22:55:29 +03:00
LICENSE implemented retrieving akas 2019-01-17 14:30:01 +03:00
README.md readme 2019-01-18 23:41:18 +03:00
pom.xml fixed build 2019-01-16 00:54:11 +03:00

README.md

Build Status

IMDB-SPIDER

IMDB-spider written in Java

The purpose of this project is to parse IMDB site into Java objects to be easy used when it needs.

Take a look at simple description of the Core part. It describes all the logic of parsing.

The Runner part aims to implement different use cases of searching movie info from CLI.

Dependencies

  • Java 11 - tested
  • JSoup
  • com.fasterxml.jackson
  • JUnit 4

Plans and done

  • [+] - implemented already
  • [*] - not implemented fully yet, in development
  • [ ] - not implemented yet, in plans

[*] Movies
  [+] Title
  [+] Original title
  [+] Year
  [+] Poster
  [+] Storyline
  [+] Random tagline
  [+] Genres
  [+] Certificate
  [+] Official sites
  [+] Countries
  [+] Languages
  [+] Release date
  [+] Budget
  [+] Cumulative worldwide gross
  [+] Runtime
  [+] Sound mixes
  [+] Color
  [+] Aspect ratio
  [+] Taglines
  [+] AKAs

[ ] Persons