Add configurable sources, multi-user support, and enhanced error handling - #3
Open
Majawat wants to merge 19 commits into
Open
Add configurable sources, multi-user support, and enhanced error handling#3Majawat wants to merge 19 commits into
Majawat wants to merge 19 commits into
Conversation
Add bl4 to the known_games dictionary to enable SHiFT code redemption for Borderlands 4. 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <noreply@anthropic.com>
- Add missing datetime import in auto.py to fix --add-code feature - Replace bare except clause with specific exception handling for safety - Add network request timeouts (30s) to prevent indefinite hangs - Document Borderlands 4 (bl4) support in README - Create config.json.example template for user reference These changes improve error handling, prevent hanging on network issues, and provide better documentation for users. 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <noreply@anthropic.com>
Universal codes are now expanded into platform-specific rows at insert time, so redeeming on steam does not block a later psn run. Also marks codes with "does not exist" responses as invalid so they are not retried.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
New Features
Configurable Sources
config.json) for managing multiple code sources--add-source,--sources,--configMulti-User Support
.cookies_user_at_gmail_com.save)Manual Code Management
--add-codeflag for manually adding codesUI Improvements
--helpwith logical groupingBackwards Compatibility
All changes are fully backward compatible. Existing usage patterns continue to work unchanged.