IMDB-spider written in Java
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Vyacheslav N. Boyko e568eeed3d
readme
4 years ago
core readme 4 years ago
runner readme 4 years ago
.gitignore start working on project 4 years ago
.travis.yml installing integration with Travis-CI 4 years ago
LICENSE implemented retrieving akas 4 years ago
README.md readme 4 years ago
pom.xml fixed build 4 years ago

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