[Passing auto] Pythonista preset

Preface

This article is a summary of the minimum preparations you need to make before introducing Passing Auto. It describes a generalized method so that even people without prior knowledge can set it. Please check each detail individually.

Buy pythonista

Most of the pass-type autos on the market are written in Python. Therefore, a paid application called ** Pythonista ** is required to run a program written in Python on an IOS device. It is an essential item for introducing pass-beating auto, so purchase it in advance. There is no in-app purchase.

Pythonista settings

Installing StaSh

⒈ Start your purchased Pythonista The first screen will come out F6676712-B81D-4B11-A562-762164A5C24F.jpeg

⒉ Swipe the screen from right to left Move to the console screen 49CEA51A-0AD1-4E1B-A147-D1AB401E9A63.jpeg

⒊ Paste the following code into the console and run it

import requests as r; exec(r.get('http://bit.ly/get-stash').text)

⒋ When the installation is complete, the following message will be displayed

Please Restart Pythonista and run launch_stash.py under the Home directory to start StaSh.

⒌ After confirming the message, drop the app and restart


Module installation

⒈ Tap This iPad (iPhone) 41260122-EE3F-44CD-8E43-40F62A1FC7CC.jpeg

⒉ Tap launch_stash.py E834508E-3D8A-483E-BD05-69993368293D.jpeg

⒊ Tap on the upper right DD59B5F7-95FD-46A7-B9FA-1B5E7BEA9F1E.jpeg

⒋ A screen like the one below will appear E023D1A2-A488-4D0C-9EB9-0F1635CEC29F.jpeg

⒌ ** [~ / Documents] Place the cursor on the right side of $ **, enter the code below and press enter

pip install tweepy

⒍ After completion, place the cursor on the right side of the last ** $ **, enter the code below, and press enter.

pip install requests requests_oauthlib

⒎ Restart the app after completion


This completes the Pythonista settings.

If you have already purchased Passing Auto, please check the installation method of the main unit in this article.

Recommended Posts

[Passing auto] Pythonista preset