LjMario007 / Microsoft-Rewards-Bot

Microsoft Rewards (Bing Rewards) Bot - automated selenium python bot
19 stars 9 forks source link

How to speed up the bot. #52

Open JohnFortniteKennedy-skrt opened 4 years ago

JohnFortniteKennedy-skrt commented 4 years ago

Clicking on album songs counts as searches on Bing. Searching up like Michael Jackson songs and individually clicking each one is way faster than conventional searches.

JohnFortniteKennedy-skrt commented 4 years ago

My point is you could replace issues with the current bot by using album searches and speeding it up instead of conventional searches.

velotoxicsounds commented 4 years ago

This can be adjusted. That is where I want to get involved. Theoretically, the time-sleep commands need to get out except for the multi-questions. The Time Sleep must be replaced by a find. Locator. Then the bot works just as fast as your internet line and your PC can evaluate the whole thing. In my fork, most TimeSleep commands are out. https://github.com/LjMario007/Microsoft-Rewards-Bot/pull/64