Skip to content
This repository has been archived by the owner. It is now read-only.
master
Switch branches/tags
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

REST+JSON service to return information about Mozilla builds.

Data is retreived from the http://ftp.mozilla.org/pub/mozilla.org/

-- Install:

 virtualenv env
 . env/bin/activate
 pip install -r requirements.txt

--
Run scraper (e.g. every 5 minutes from cron or similar):

 ./scraper.py > static/releases.json

Run web UI:

 ./web.py

About

API for Mozilla release info

Resources

Releases

No releases published

Packages

No packages published

Languages