├── README.md ├── config.json ├── main.py ├── proxies.txt └── requirements.txt /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ItsMerkz/Tellonym.me-Account-Creator/HEAD/README.md -------------------------------------------------------------------------------- /config.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ItsMerkz/Tellonym.me-Account-Creator/HEAD/config.json -------------------------------------------------------------------------------- /main.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ItsMerkz/Tellonym.me-Account-Creator/HEAD/main.py -------------------------------------------------------------------------------- /proxies.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ItsMerkz/Tellonym.me-Account-Creator/HEAD/proxies.txt -------------------------------------------------------------------------------- /requirements.txt: -------------------------------------------------------------------------------- 1 | httpx==0.22.0 2 | captchatools==1.2.1 3 | colorama==0.4.4 4 | --------------------------------------------------------------------------------