Skip to content

chenpython/Turnstile-Solver

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Turnstile Solver python

A simple and easy method to solve Turnstile. You can use this method to solve Turnstile with your code without running another instance of Chrome.

Prerequisites

Installation

  1. Download Python 3

  2. Install requirements

    pip install patchright quart
  3. Install Chromium for Patchright

    patchright install chromium
    # if it does not work then try this:
    python -m patchright install chromium
  4. Clone the repo

    git clone https://github.com/Theyka/turnstile-solver.git
  5. Start python code

    python main.py

Inspired by Turnaround

About

Simple turnstile solver by using patchright and python

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 88.3%
  • HTML 11.7%