Skip to content

alex-pancho/uafilm

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

Ukrainian film parser

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages