Skip to content

Tracker for Google Chrome extensions metadata - install count, rating etc. (send via email, StatsD)

License

Notifications You must be signed in to change notification settings

k661209/chrome-web-store-stats

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Chrome Web Store Stats

Run locally

# setup environment
mkdir -p src/data/{config,metadata}

# you can use an example config
# you'll need to set the SMTP/StatsD credentials though
cp example/config.js src/data/config/example.js

# move to src dir
cd src

# install deps
npm install

# run one of the following commands, e.g. from cmd or by cron
node index.js -c example.js --email
node index.js -c example.js --statsd
node index.js -c example.js --email --statsd

Run via Docker Compose

# setup environment
mkdir -p data/{config,metadata}

# you can use an example config
# you'll need to set the SMTP/StatsD credentials though
cp examples/config.js data/config/example.js

# create crontab file
cp examples/crontab data/crontab

Run via crontab

# start container
docker-compose [-p chrome-web-store-stats] up [--build] [--detach]

Run specific command

# run command
docker-compose run --entrypoint="node /app/index.js -c example.js --email" app

About

Tracker for Google Chrome extensions metadata - install count, rating etc. (send via email, StatsD)

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 99.1%
  • Dockerfile 0.9%