matt1484 / bl3_auto_vip

Borderlands3 Auto VIP/Shift Code Redemption System
Apache License 2.0
81 stars 19 forks source link

Shift code support #9

Closed matt1484 closed 5 years ago

matt1484 commented 5 years ago

Add support for redeeming shift codes automatically

squatto commented 5 years ago

See my comment on #10: https://github.com/matt1484/bl3_auto_vip/issues/10#issuecomment-530661194

matt1484 commented 5 years ago

Only problem that exists is how to store which codes have been redeemed, since borderlands doesn’t give me list of them for a given user, will likely just have to be a local file

squatto commented 5 years ago

That’s true. Maybe use SQLite?

matt1484 commented 5 years ago

Yeah either that or a plain JSON or CSV file. It won’t be much data since I plan on having an external ordered list and just storing indexes of that list

matt1484 commented 5 years ago

done in v2.1.0