├── .github └── workflows │ └── actions.yml ├── LICENSE ├── README.md ├── config.py ├── config.txt └── requirements.txt /.github/workflows/actions.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Pasimand/v2ray-config-agg/HEAD/.github/workflows/actions.yml -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Pasimand/v2ray-config-agg/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Pasimand/v2ray-config-agg/HEAD/README.md -------------------------------------------------------------------------------- /config.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Pasimand/v2ray-config-agg/HEAD/config.py -------------------------------------------------------------------------------- /config.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Pasimand/v2ray-config-agg/HEAD/config.txt -------------------------------------------------------------------------------- /requirements.txt: -------------------------------------------------------------------------------- 1 | beautifulsoup4==4.12.2 2 | Requests==2.31.0 3 | --------------------------------------------------------------------------------