- ukino: uakino.club
- eneyida: eneyida.tv
- Download and extract
- Create virtual environment:
python -m venv
- Install requirements:
pip install -r requirements.txt
cd uakino
scrapy crawl {parser_name}
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
.