Google Play review scrapper integrated with Qiscus custom channel
- Python3
- PostgreSQL
- Service account file
publisher.json. (Put it in the root of the project directory)
Create virtual environment
python3 -m venv venvActivate virtual environment
source venv/bin/activateInstall all project dependencies
pip install -r requirements.txtCreate environment variables
cp .env.example .envRun server
# debug mode: off
flask run
# debug mode: on
python3 wsgi.py