Skip to content
This repository has been archived by the owner on Dec 11, 2023. It is now read-only.

m1stadev/AutoTSS

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

https://github.com/m1stadev/AutoTSS

AutoTSS


Automatically save SHSH blobs for all of your iOS devices through Discord.

Want an automatic CLI blob saver? Check out AutoTSS-cli!

Comparison with similar tools

Feature AutoTSS shsh.host TSSSaver blobsaver tsschecker shshd
A12+ support ✅* ✅* ✅*
Doesn't require a jailbreak
Saves SHSH blobs automatically ✅**
Doesn't use local system resources
Saves SHSH blobs for beta iOS versions ✅*** ✅***
Automatically grabs generator-apnonce combo
Detects "signing parties"

* Requires users to already have a generator-apnonce combination for their device, more information on that can be found here.
** Requires users to leave blobsaver always running.
*** Requires users to manually specify a BuildManifest from a beta IPSW.

Running

To locally host your own instance, create a Discord bot and follow these steps:

  1. Build and install tsschecker and its dependencies

    If running on Windows, you can download the latest tsschecker release from here and place it in the AutoTSS directory.

  2. Create a virtual env and install dependencies

     python3 -m venv --upgrade-deps env && source env/bin/activate
     pip3 install -Ur requirements.txt
    
  3. Create a .env file and set the following environment variables:

  • AUTOTSS_MAX_DEVICES - Number of devices to allow users to add

  • AUTOTSS_TOKEN - AutoTSS token

  • AUTOTSS_OWNER - ID of the user that owns the bot

  • AUTOTSS_TEST_GUILD - (Optional) ID of guild to create commands in for testing

  • AUTOTSS_WEBHOOK - (Optional) URL to a Discord webhook for logging

  • Example .env file:

    AUTOTSS_MAX_DEVICES=10
    AUTOTSS_TOKEN=<TOKEN>
    AUTOTSS_OWNER=<OWNER ID>
    
  1. Start AutoTSS

     python3 bot.py
    

AutoTSS needs the members intent to be enabled. This can be done by going to the bot menu in your Discord bot application, and enabling the "Server Members Intent".

Support

For any questions/issues you have, join my Discord.

About

A Discord bot that automatically saves SHSH blobs for all of your iOS devices.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages