├── .github └── ISSUE_TEMPLATE │ ├── bug_report.md │ └── feature_request.md ├── CODE_OF_CONDUCT.md ├── CONTRIBUTING.md ├── LICENSE ├── README.md ├── SECURITY.md ├── __pycache__ └── pyrxy.cpython-310.pyc ├── brib.py ├── fsites.json ├── imsom.txt ├── proxys ├── http.txt ├── proxylist.txt ├── socks4.txt └── socks5.txt ├── requirements.txt ├── siteList.json ├── sites.json └── working.txt /.github/ISSUE_TEMPLATE/bug_report.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ParrotCoder1/alfredtest/HEAD/.github/ISSUE_TEMPLATE/bug_report.md -------------------------------------------------------------------------------- /.github/ISSUE_TEMPLATE/feature_request.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ParrotCoder1/alfredtest/HEAD/.github/ISSUE_TEMPLATE/feature_request.md -------------------------------------------------------------------------------- /CODE_OF_CONDUCT.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ParrotCoder1/alfredtest/HEAD/CODE_OF_CONDUCT.md -------------------------------------------------------------------------------- /CONTRIBUTING.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ParrotCoder1/alfredtest/HEAD/CONTRIBUTING.md -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ParrotCoder1/alfredtest/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ParrotCoder1/alfredtest/HEAD/README.md -------------------------------------------------------------------------------- /SECURITY.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ParrotCoder1/alfredtest/HEAD/SECURITY.md -------------------------------------------------------------------------------- /__pycache__/pyrxy.cpython-310.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ParrotCoder1/alfredtest/HEAD/__pycache__/pyrxy.cpython-310.pyc -------------------------------------------------------------------------------- /brib.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ParrotCoder1/alfredtest/HEAD/brib.py -------------------------------------------------------------------------------- /fsites.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ParrotCoder1/alfredtest/HEAD/fsites.json -------------------------------------------------------------------------------- /imsom.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ParrotCoder1/alfredtest/HEAD/imsom.txt -------------------------------------------------------------------------------- /proxys/http.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ParrotCoder1/alfredtest/HEAD/proxys/http.txt -------------------------------------------------------------------------------- /proxys/proxylist.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ParrotCoder1/alfredtest/HEAD/proxys/proxylist.txt -------------------------------------------------------------------------------- /proxys/socks4.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ParrotCoder1/alfredtest/HEAD/proxys/socks4.txt -------------------------------------------------------------------------------- /proxys/socks5.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ParrotCoder1/alfredtest/HEAD/proxys/socks5.txt -------------------------------------------------------------------------------- /requirements.txt: -------------------------------------------------------------------------------- 1 | colorama 2 | requests 3 | rich 4 | alive_progress -------------------------------------------------------------------------------- /siteList.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ParrotCoder1/alfredtest/HEAD/siteList.json -------------------------------------------------------------------------------- /sites.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ParrotCoder1/alfredtest/HEAD/sites.json -------------------------------------------------------------------------------- /working.txt: -------------------------------------------------------------------------------- 1 | --------------------------------------------------------------------------------