TheNetsky / Microsoft-Rewards-Script

Automated Microsoft Rewards script, using TypeScript, Cheerio and Playwright.
232 stars 52 forks source link

feat: update conditions for counting points #144

Closed CNOCM closed 2 months ago

TheNetsky commented 2 months ago

I assume this is what @hmcdat meant in #132 ?

I personally cannot these these, I don't see any of the values when parsing the script on my end, so it seems to be more of a region thing.

hmcdat commented 2 months ago

@TheNetsky at the end of JSON object, you can see the option exclusiveLockedFeatureStatus, I think we can check that if the item is eligible for claiming

CNOCM commented 2 months ago

I assume this is what @hmcdat meant in #132

I personally cannot these these, I don't see any of the values when parsing the script on my end, so it seems to be more of a region thing.

Correct, it seems that the version of @hmcdat is better and more concise.So please try to merge that version