This automation would fetch the data from the video analytics section and push it to the database.
Click here to download the table structure => sql table structure
To run this project, you will need to add the environment variables present in .sample.env to your .env file.
To install the requirements
pip install -r requirements.txt
To run tests, run the following command
python main.py
To pass date arguments
python main.py --start_date=yyyy-mm-dd --end_date=yyyy-mm-dd