Skip to content

Latest commit

 

History

History
28 lines (20 loc) · 730 Bytes

readme.md

File metadata and controls

28 lines (20 loc) · 730 Bytes

Ukrainian online films parser

based on Python framework Scrapy

parser_name: site

  • ukino: uakino.club
  • eneyida: eneyida.tv

Prepared

  1. Download and extract
  2. Create virtual environment:
    python -m venv
  3. Install requirements:
    pip install -r requirements.txt

Run

cd uakino
scrapy crawl {parser_name}

Databases

By default, the data is stored in the local MySQL database.
Work with databases is based by Pony ORM.
You can add, change and config DB connecton setting in db.py
Also supported SQLite databases.
The type of database used changes the USE_DB parameter in the settings.py.