Cross platform Go app for automatically redeeming VIP/Shift codes for Borderlands 3. Also redeems VIP activities such as weekly twitter/facebook points.
Run it with --help
to view command line args that are supported.
go get -u github.com/matt1484/bl3_auto_vip
To run from source:
docker build -t bl3 .
docker run -it -v auto_bl3_vip:/root/.config/bl3-auto-vip bl3
To run from source:
BL3_EMAIL="me@myemail.com" BL3_PASSWORD="mypassword" docker-compose up
"me@myemail.com"
with your login email address"mypassword"
with your login passwordThe binaries/executables are released here
Telling the operating system that we're a trusted source is expensive. This is a small open source project and we don't have the funds to correctly sign the app.
macOS Catalina may refuse to run the app because it is "from an unidentified developer".
To get around this, right click on the app in Finder, and while holding the ⌥ Option
key,
click Open
in the menu. You will be prompted with a message similar to this:
macOS cannot verify the developer of "bl3-auto-vip". Are you sure you want to open it?
Click the Open
button and the app will run in your terminal. From that point forward
you will be able to run the app directly or from your terminal without any issues.
It's a false positive. If you don't trust us, you can look at the code and compile it yourself. That's one of the beauties of an open source project!
File an issue here with as much detail as you can provide. We're working on adding additional logging and a bug template to better assist with any issues.
This project is licensed under the Apache-2.0 License - see the LICENSE file for details