Skip to content

krisharyan117/app-review-scraper

Repository files navigation

App Review Scraper

Overview

This project consists of a Python script designed to scrape reviews from the Google Play Store and Apple App Store. The reviews are saved into CSV files for further analysis or record-keeping. The entire application is Dockerized for ease of deployment and execution.

Prerequisites

  • Docker
  • Python with libraries mentioned in requirements.txt (if running locally)

Installation

  1. Clone the Repository
git clone https://github.com/KrishAryan/app-review-scraper.git
  1. Modify review_scraper.py according to needs
  2. Building the Docker Image
docker build -t review-scraper .

Usage

This project includes automated scripts for both Linux/macOS (Bash script) and Windows (PowerShell script) environments. These scripts handle the process of running the Docker container, waiting for it to complete its task, and then copying the output CSV files to a specified location on the host machine.

Running on Linux/macOS

  1. Ensure the Bash script is executable:
chmod +x run_and_copy.sh
  1. Run the script
./run_and_copy.sh

Running on Windows

  1. Open PowerShell and navigate to the directory containing the script.
  2. Execute the PowerShell script:
.\run_and_copy.ps1

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published