├── LICENSE ├── README.md └── Script ├── SAG.py ├── requirements.txt └── webhook.txt /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lilkajt/Steam-Account-Generator/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lilkajt/Steam-Account-Generator/HEAD/README.md -------------------------------------------------------------------------------- /Script/SAG.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lilkajt/Steam-Account-Generator/HEAD/Script/SAG.py -------------------------------------------------------------------------------- /Script/requirements.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lilkajt/Steam-Account-Generator/HEAD/Script/requirements.txt -------------------------------------------------------------------------------- /Script/webhook.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lilkajt/Steam-Account-Generator/HEAD/Script/webhook.txt --------------------------------------------------------------------------------