├── README.md ├── main.py ├── proxy.txt ├── refresh.txt ├── requirements.txt └── token.txt /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tioyudi/StorkVerify-Bot/HEAD/README.md -------------------------------------------------------------------------------- /main.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tioyudi/StorkVerify-Bot/HEAD/main.py -------------------------------------------------------------------------------- /proxy.txt: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /refresh.txt: -------------------------------------------------------------------------------- 1 | ey.... 2 | -------------------------------------------------------------------------------- /requirements.txt: -------------------------------------------------------------------------------- 1 | request 2 | os 3 | time 4 | base64 5 | -------------------------------------------------------------------------------- /token.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tioyudi/StorkVerify-Bot/HEAD/token.txt --------------------------------------------------------------------------------