├── .gitmodules ├── LICENSE ├── README.md ├── accounts.csv ├── pogo-captcha.py └── requirements.txt /.gitmodules: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/marbink/PoGo-Captcha/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/marbink/PoGo-Captcha/HEAD/README.md -------------------------------------------------------------------------------- /accounts.csv: -------------------------------------------------------------------------------- 1 | #ptc,username,password -------------------------------------------------------------------------------- /pogo-captcha.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/marbink/PoGo-Captcha/HEAD/pogo-captcha.py -------------------------------------------------------------------------------- /requirements.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/marbink/PoGo-Captcha/HEAD/requirements.txt --------------------------------------------------------------------------------