Skip to content
/ iris Public

Iris is a Google Play Store metadata scraper mean to run in a container

Notifications You must be signed in to change notification settings

ehrenb/iris

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

34 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Iris is a Google Play Store metadata scraper mean to run in a container

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published