- Create
.yamlconfig - Add env variable
CONFIGwith full path to your config file - According to
config.example.yamlinsettingsdirectory fill your config
Before start make sure your workdir is project root and you setup config.
Scanner starting from main.py.
Scanner using poetry, to install poetry you need run command:
pip install poetry
After this, poetry will be used as package manager.
To install dependencies, run:
poetry install
To start project, run:
poetry run python main.py