Automatic_TSSChecker
Automatic_TSSChecker copied to clipboard
Automatically grab new SHSH2 blobs using TSSChecker and IPSW.me
Automatic TSS Checker
I saw the recent post about 1Conan adding support for paid users to auto save their blobs. I like his tools very much but don't use his website and would much prefer to store my own blobs, so I wrote a quick python script which grabs all the blobs which IPSW.me says are available for the given devices. It's python2 and uses only libraries available in the default OSX build.
Instructions
- Clone this repo, unzip it somewhere
- Edit AutoTSS/main.py, add your devices to the
devices_to_monitorvariable as well as editing theprogram_pathvariable to point to the absolute location of the AutoTSS folder (WITH A TRAILING SLASH!) - For good measure,
chmod +x main.py tsschecker - Test it by running
python <absolute path to main.py>. In AutoTSS/Blobs you should now see folders with each devices ecid and inside that you should have all available blobs saved. - Run
crontab -e, add the line*/10 * * * * /usr/bin/python <ABSOLUTE PATH TO main.py> - Enjoy!