ezhes / Automatic_TSSChecker

Automatically grab new SHSH2 blobs using TSSChecker and IPSW.me

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

  1. Clone this repo, unzip it somewhere
  2. Edit AutoTSS/main.py, add your devices to the devices_to_monitor variable as well as editing the program_path variable to point to the absolute location of the AutoTSS folder (WITH A TRAILING SLASH!)
  3. For good measure, chmod +x main.py tsschecker
  4. 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.
  5. Run crontab -e, add the line */10 * * * * /usr/bin/python <ABSOLUTE PATH TO main.py>
  6. Enjoy!

About

Automatically grab new SHSH2 blobs using TSSChecker and IPSW.me

License:MIT License


Languages

Language:Python 100.0%