https://github.com/mte90/extstorestats
Get the stats of your browser extension on different marketplace
https://github.com/mte90/extstorestats
browser-extension chrome firefox marketplace
Last synced: about 1 year ago
JSON representation
Get the stats of your browser extension on different marketplace
- Host: GitHub
- URL: https://github.com/mte90/extstorestats
- Owner: Mte90
- License: gpl-3.0
- Created: 2016-11-28T14:21:23.000Z (over 9 years ago)
- Default Branch: gh-pages
- Last Pushed: 2025-04-10T00:04:14.000Z (about 1 year ago)
- Last Synced: 2025-04-10T14:48:01.065Z (about 1 year ago)
- Topics: browser-extension, chrome, firefox, marketplace
- Language: HTML
- Homepage: https://mte90.github.io/ExtStoreStats/
- Size: 1.77 MB
- Stars: 1
- Watchers: 2
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: readme.md
- License: LICENSE
Awesome Lists containing this project
README
# ExtStoreStats
[](https://www.codacy.com/app/mte90net/ExtStoreStats?utm_source=github.com&utm_medium=referral&utm_content=Mte90/ExtStoreStats&utm_campaign=badger)
[](http://www.gnu.org/licenses/gpl-3.0)
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](https://mte90.github.io/ExtStoreStats/) 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`