├── README.md ├── main.py ├── requirements.txt ├── tools.py ├── track.py └── w.js /README.md: -------------------------------------------------------------------------------- 1 | # geetestv4Slide 2 | 极验4代滑块 3 | 4 | This project has been tested successfully in Python 3.8.2 (2023-05-19) 5 | -------------------------------------------------------------------------------- /main.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shengtudai2/geetestv4Slide/HEAD/main.py -------------------------------------------------------------------------------- /requirements.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shengtudai2/geetestv4Slide/HEAD/requirements.txt -------------------------------------------------------------------------------- /tools.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shengtudai2/geetestv4Slide/HEAD/tools.py -------------------------------------------------------------------------------- /track.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shengtudai2/geetestv4Slide/HEAD/track.py -------------------------------------------------------------------------------- /w.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shengtudai2/geetestv4Slide/HEAD/w.js --------------------------------------------------------------------------------