Skip to content

Automatically grab new SHSH2 blobs using TSSChecker and IPSW.me

License

Notifications You must be signed in to change notification settings

snowleopardw/Automatic_TSSChecker

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 

Repository files navigation

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

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%