-
-
Notifications
You must be signed in to change notification settings - Fork 40
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Version 2.16.0 #270
Merged
Merged
Version 2.16.0 #270
Conversation
This file contains 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
… to support DEBUG messages in dataImport
… mismatch when username/password includes e.g. "ip"
…wards compatibility
Ported from steam-mass-comment-bot
Ported from steam-mass-comment-bot
… detailed object Due to this change, runCommand() will not send the owneronly error message anymore. The caller is responsible to forward the provided error message to the user, if desired.
…nt accounts are friends but acceptFriendRequests is disabled
…in handleFamilyView
…ilable Previously the bot would only allow you to request n comments, where n does not exceed the amount of available accounts, instead of repeatedly using an account when the settings allow. The bot now calculates the amount of account re-uses beforehand and factors them in when validating a request where not all accounts are currently available. Example: 4 accounts configured, user can request max 20 comments. Only 2 accounts currently available, user is still able to request 10 comments.
…d not provide one to reduce potential confusion
…ed troubleshooting
…en cookie login was used By not providing a password in accounts.txt the password property in the logininfo entry of those accounts is set to an empty string. Using an empty String in a Regex results in every char being matched, leading to a gigantic wall of the replacement text.
…an account does not exist to communicate failure. Implementer must catch this error
…ceptFriendRequests false when 'all' was requested
…ble accounts The unfollow command (and others) overwrite allAccounts (the set being used in the end) with all accounts found in ratingHistory (for follow in this case). This caused the bot attempting to use an account that was in ratingHistory.db but not actually in the set of logged in accounts.
… handle /publisher & /developer urls #266
…io dependency to this project itself The steamcommunity lib contains cheerio and probably always will but it is a little safer to set the dependency right here as well.
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.
No description provided.