Skip to content

Scripts to fetch some stats from Firefox addons hosted at addons.mozilla.org

Notifications You must be signed in to change notification settings

nukeador/fxaddons-stats

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Firefox Addons scripts

These are a set of script to generate some reports about specific addons.

config.py

Configure here the list of addons urls and locales you want to get reports from.

fxaddon-report.py

Fetch Firefox addon users, license, strings, rating and locales for a given list

python fetchlocales.py >> report.csv

fxaddon-users.py

Returns number of users per locale

python fxaddon-users.py >> report-users.csv

fxaddon-getstrings.py

Downloads Firefox addon English strings from both the extension and Mozilla Addons site description

python fxaddon-getstrings.py

Strings are stored in the files subfolder with the id of the addon as folder.

About

Scripts to fetch some stats from Firefox addons hosted at addons.mozilla.org

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages