├── LICENSE ├── README.md ├── config └── config.json ├── main.py ├── out ├── tokenInfo.txt └── tokens.txt └── requirements.txt /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CryonicsX/TwitchAccountCreator/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CryonicsX/TwitchAccountCreator/HEAD/README.md -------------------------------------------------------------------------------- /config/config.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CryonicsX/TwitchAccountCreator/HEAD/config/config.json -------------------------------------------------------------------------------- /main.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CryonicsX/TwitchAccountCreator/HEAD/main.py -------------------------------------------------------------------------------- /out/tokenInfo.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CryonicsX/TwitchAccountCreator/HEAD/out/tokenInfo.txt -------------------------------------------------------------------------------- /out/tokens.txt: -------------------------------------------------------------------------------- 1 | zqikdfqnddb9hm0yviezmgzpntryfk 2 | bqzb11yk44qtis56c3265owu2xd607 3 | -------------------------------------------------------------------------------- /requirements.txt: -------------------------------------------------------------------------------- 1 | 2captcha-python 2 | requests --------------------------------------------------------------------------------