├── .gitignore ├── LICENSE ├── README.md ├── requirements.txt └── warplus.py /.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/k4yt3x/warplus/HEAD/.gitignore -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/k4yt3x/warplus/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/k4yt3x/warplus/HEAD/README.md -------------------------------------------------------------------------------- /requirements.txt: -------------------------------------------------------------------------------- 1 | avalon-framework 2 | requests 3 | -------------------------------------------------------------------------------- /warplus.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/k4yt3x/warplus/HEAD/warplus.py --------------------------------------------------------------------------------