Cross platform .NET Core app for automatically redeeming VIP codes for Borderlands 3
Current zips of standalone executable can be found at https://drive.google.com/drive/folders/1cFpaUXDhXYTHUSFXvQPV1NCK7-E5N619
To run from source:
- install .NET core 3.0 (or change version in .csproj)
- download project
- navigate to project
- run
dotnet restore
- run
dotnet run
Run it with --help
to view command line args that are supported.