git clone https://github.com/izolot/edge-parser.git
cd edge-parser
python3 -m venv env
source env/bin/activate
pip3 install -r requirements.txt
export PYTHONPATH=$PYTHONPATH:$PWD/edge-parser/
nano config.py
class Config(object):
DEBUG = False
TESTING = False
ARCHIVE_PATH = "full path to archive"
cameras.config - file for parser, it is include path to different cameras in one big archive. Those paths needs for quick search.
- api for add camera(camera.config)
- show structure dirs
- remove temp files