add mobilede scraper

This commit is contained in:
qananasikq
2026-04-29 19:13:06 +03:00
parent b0bcd16ea2
commit f00819a21c
58 changed files with 15743 additions and 71 deletions

View File

@@ -10,11 +10,11 @@ from sqlalchemy import engine_from_config, pool
# Добавляем корень проекта в sys.path
sys.path.insert(0, os.path.abspath(os.path.join(os.path.dirname(__file__), "..")))
from iaai_scraper.core.config import Settings
from iaai_scraper.storage.models import Base
from mobilede_scraper.core.config import Settings
from mobilede_scraper.storage.models import Base
config = context.config
VERSION_TABLE = "iaai_parser_alembic_version"
VERSION_TABLE = "MOBILEDE_parser_alembic_version"
# Logging
if config.config_file_name is not None: