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.
- Docker
- Python with libraries mentioned in requirements.txt (if running locally)
- Clone the Repository
git clone https://github.com/KrishAryan/app-review-scraper.git
- Modify review_scraper.py according to needs
- Building the Docker Image
docker build -t review-scraper .
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.
- Ensure the Bash script is executable:
chmod +x run_and_copy.sh
- Run the script
./run_and_copy.sh
- Open PowerShell and navigate to the directory containing the script.
- Execute the PowerShell script:
.\run_and_copy.ps1