1 min read
googleplay-review-scrapper

Google Play review scrapper integrated with Qiscus custom channel

Requirements

  • Python3
  • PostgreSQL
  • Service account file publisher.json. (Put it in the root of the project directory)

Setting up Project

Create virtual environment

python3 -m venv venv

Activate virtual environment

source venv/bin/activate

Install all project dependencies

pip install -r requirements.txt

Create environment variables

cp .env.example .env

Run server

# debug mode: off
flask run

# debug mode: on
python3 wsgi.py