imdb-spider/core/README.md

805 B

IMDB-SPIDER :: CORE

This is the core of IMDB-Spider.

The main ideology of this project is based on Tasks and Workers that perform given tasks in parallel.

The Task contains everything need to grub any IMDB object.

But tasks and workers would be nothing without their assistants.

They are:

And the heart of Spider is API - the set of processors that parse IMDB html data into Tasks to be composed into Objects after all.

So...