Skip to content
Snippets Groups Projects
README.md 367 B
Newer Older
Anton Gusev's avatar
Anton Gusev committed
1. Rename .env.example to .env and set your settings
2. Rename alembic.ini.example to alembic.ini and set sqlalchemy.url field
Anton Gusev's avatar
Anton Gusev committed
3. Install dependencies from pipfile
Anton Gusev's avatar
Anton Gusev committed
4. Create tables for database using sql\create-dump.sql or apply migration using the command "alembic upgrade head" in src directory
Anton Gusev's avatar
Anton Gusev committed
5. In src directory use "scrapy crawl book" command for start parsing.