matt1484 / bl3_auto_vip

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

Use https://shift.orcicorn.com as the source for active SHIFT codes #36

Closed squatto closed 4 years ago

squatto commented 4 years ago

This PR changes the source for active SHIFT codes to https://shift.orcicorn.com/tags/borderlands3/index.json - orcz.com tends to always be behind, especially with the limited-time SHIFT codes.

IMPORTANT:

The function NewBl3Client() in client.go retrieves the config values from the master branch of this repo. The SHIFT code list URL was changed as part of this PR, but it won't be used (until this PR is merged to master) unless you change the config URL in that function. You can change it temporarily to the address of this branch in my fork so that it has the necessary change: https://raw.githubusercontent.com/squatto/bl3_auto_vip/feature/use-orcicorn-as-active-shift-code-source/config.json


This resolves #30 and #35