A simple web crawler based on Scrapy
.
- clone repo, then cd to
romdownloader
dir - run crawler to download rom urls to json file
- run download script to download roms to
roms
directory
$ apt-get install python-dev
$ wget https://bootstrap.pypa.io/get-pip.py
$ python get-pip.py #install pip
$ pip install Scrapy
Clone repo
$ git clone http://github.com/Dongdongshe/romdownloader
$ cd romdownloader
Download nexus roms
$ scrapy crawl nexus -o nexus.json
$ python download.py nexus.json
Download Cyanogenmod roms
$ scrapy crawl Cyanogenmod -o Cyanogenmod.json
$ python download.py Cyanogenmod.json