Open Issues Need Help
View All on GitHubAutomated Microsoft Rewards script, using TypeScript, Cheerio and Playwright.
AI Summary: Update the Microsoft Rewards automation script to accommodate changes in the website's structure. Specifically, the script needs to be modified to correctly retrieve the maximum search points and search progress from new locations within the website's JSON response. These locations are now nested within `userStatus.levelInfo.benefitsPromotion.benefits["SearchAndEarn"].supportedLevels` (max points) and `userStatus.levelInfo.bingSearchDailyPoints` (current progress).
Automated Microsoft Rewards script, using TypeScript, Cheerio and Playwright.
AI Summary: Add support for a new Microsoft Rewards activity that involves clicking a button. This requires identifying the button element within the webpage using Playwright or Cheerio, and then adding code to click it. The existing script uses TypeScript, Cheerio, and Playwright, so the new code should integrate seamlessly with the existing structure.
Automated Microsoft Rewards script, using TypeScript, Cheerio and Playwright.