Mte90 / ExtStoreStats

Get the stats of your browser extension on different marketplace

Home Page:https://mte90.github.io/ExtStoreStats/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

ExtStoreStats

Codacy Badge License

Do you want to know the number of downloads for each of your extensions on different marketplaces?

Actually, it is not impossible to track that. The idea is to create a script with cron which saves that amount and generates a graph everyday.

Output

Write to console the status and generate a json for every extension specified in the config.ini (copy config-sample.ini and change depending on your needs), you can see a demo here.

bash:~/ExtStoreStats  $  ./index.py 
Addons Mozilla Extension Gathering for: glotdict
Download: 68
Google Web Store Extension Gathering for: glotdict/jfdkihdmokdigeobcmnjmgigcgckljgl
Download: 236
Total Download: 304

Install

pip install -r requirements.txt

About

Get the stats of your browser extension on different marketplace

https://mte90.github.io/ExtStoreStats/

License:GNU General Public License v3.0


Languages

Language:HTML 63.1%Language:Python 36.9%