This Flask API allows you to search comments based on various parameters.
Before you begin, ensure that your system meets the following requirements:
cd python-comment-search
python -m venv venv
venv\Scripts\activate
pip install -r requirements.txt
python app.py