cyanogenmod-finder

Tool to find download links of CM packages.


Github: https://github.com/intrixs/cyanogenmod-finder

Find download links of CyanogenMod package through http://oss.reflected.net/jenkins

Requirements:

run

pip install -r requirements.txt’

Command:

python find_cm.py [model] [output_file]

Example:

After running

python find_cm.py i9100 cm_9100_links.txt

A file named cm_9100_links.txt containning download links of cm will apper in the current directory.

Note:

To view the progress in real time:

tail -f [output_file]

TO-DO:

  • Prettify commandline output
  • Add more commandline options