Skip to content

Latest commit

 

History

History
24 lines (17 loc) · 806 Bytes

README.md

File metadata and controls

24 lines (17 loc) · 806 Bytes

Iris

Iris is a Google Play Store metadata scraper. Scraped metadata is stored in a Postgres database, and forwarded to a RabbitMQ service for additional processing.

Setup dependencies

Build

docker-compose build

Run

docker-compose up -d

History

Iris is almost entirely forked from an abondoned project Manoj Saha (/~https://github.com/manojps/google-play-apps-crawler-scrapy) -- so credit goes to him for most of this. My intentions are do dockerize both it and the postgresql storage into one easy to run application.

docker build . -t behren/gplaycrawler && docker push behren/gplaycrawler docker-compose up --scale gplay-crawler=2