Skip to content

Google Play review scrapper integrated with Qiscus custom channel

Notifications You must be signed in to change notification settings

syahidfrd/googleplay-review-scrapper

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Google Play 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

About

Google Play review scrapper integrated with Qiscus custom channel

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published