Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/douglascamata/miuibr_rom_downloader
A script to download development MIUI roms for the MIUIBrasil project.
https://github.com/douglascamata/miuibr_rom_downloader
Last synced: 3 days ago
JSON representation
A script to download development MIUI roms for the MIUIBrasil project.
- Host: GitHub
- URL: https://github.com/douglascamata/miuibr_rom_downloader
- Owner: douglascamata
- Created: 2012-06-12T21:49:27.000Z (over 12 years ago)
- Default Branch: master
- Last Pushed: 2012-06-12T22:33:07.000Z (over 12 years ago)
- Last Synced: 2024-10-11T14:08:41.476Z (26 days ago)
- Language: Python
- Size: 105 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
MIUIBR Rom Downloader
=====================A script to download development MIUI roms for the [MIUIBrasil project](http://miuibrasil.net/).
System dependencies
-------------------This script is designed to run in any Debian-like Linux. To run it, you'll need to install a few system packages:
[sudo] apt-get install libxml2-dev libxsl1-dev firefox
If you're running the script in text-mode only, please install *xvfb* as well:
[sudo] apt-get install xvfb
Python dependencies
-------------------Simply run ``python setup.py install`` to install all the script dependencies.
Configuration
-------------For additional configuration, like log and download destination, see the constants in ``downloader.py``'s beginning.
When I have time all those constant will be turned into command line arguments to the script.Running the script
------------------You can start the script by just running ``python downloader.py``. In my spare time I'll try to turn this script into an egg,
put it in PyPI and create an entry point to the main function. This way it's gonna be far more easy to use it.