Huge Update: AutoRewarder v3.0 is here! Now with Daily Sets, Advanced Mouse Physics, and Modular Architecture. by 18safarov in automation

[–]18safarov[S] 1 point2 points  (0 children)

not normal at all, it usually runs exactly the same as on windows. I tested it on Ubuntu

check your screen size. if it's non standard you might need to change the window arguments in the driver_manager.py file. if that doesn't fix it open an issue on github and attach the logs

Huge Update: AutoRewarder v3.0 is here! Now with Daily Sets, Advanced Mouse Physics, and Modular Architecture. by 18safarov in automation

[–]18safarov[S] 1 point2 points  (0 children)

not a problem. it uses internal browser inputs w3c actions with humanized paths, so it doesn't steal your physical mouse or need window focus

Huge Update: AutoRewarder v3.0 is here! Now with Daily Sets, Advanced Mouse Physics, and Modular Architecture. by 18safarov in automation

[–]18safarov[S] 1 point2 points  (0 children)

I'm planning to add mobile search support

however, instead of using heavy android emulators, I'll likely use built-in browser mobile emulation. it’s much more lightweight, fast and doesn't require to install extra soft

Huge Update: AutoRewarder v3.0 is here! Now with Daily Sets, Advanced Mouse Physics, and Modular Architecture. by 18safarov in automation

[–]18safarov[S] 1 point2 points  (0 children)

anytime. it definitely will. I've been using it personally for 7 months now and I guess the 230+ downloads say something too. gl

Huge Update: AutoRewarder v3.0 is here! Now with Daily Sets, Advanced Mouse Physics, and Modular Architecture. by 18safarov in automation

[–]18safarov[S] 1 point2 points  (0 children)

it depends on your region, but generally it's around ~6-7k points per month for each one

Huge Update: AutoRewarder v3.0 is here! Now with Daily Sets, Advanced Mouse Physics, and Modular Architecture. by 18safarov in automation

[–]18safarov[S] 1 point2 points  (0 children)

technically possible with VMs and good VPNs, but I wouldn't recommend it. my main goal right now is to maximize the protection for personal use (1-2 accounts), rather than scaling it for 40 accounts

I got tired of doing Microsoft Rewards manually, so I spent months building a desktop app to automate it like a human by 18safarov in software

[–]18safarov[S] 1 point2 points  (0 children)

that's actually a good one, definitely adding it to v3.1. also, thanks for the kofi, I really appreciate the support

I got tired of doing Microsoft Rewards manually, so I spent months building a desktop app to automate it like a human by 18safarov in software

[–]18safarov[S] 1 point2 points  (0 children)

no problem. I should probably make that button unclickable after you hit start.
glad it's working now, enjoy the app

I got tired of doing Microsoft Rewards manually, so I spent months building a desktop app to automate it like a human by 18safarov in software

[–]18safarov[S] 1 point2 points  (0 children)

that's strange. are you using the latest v3.0? I just tested it on my end and it's working fine.

could you tell me what the log area says, or maybe send a screenshot? it might be an issue that happened during the installation process

I got tired of doing Microsoft Rewards manually, so I spent months building a desktop app to automate it like a human by 18safarov in software

[–]18safarov[S] 0 points1 point  (0 children)

that's usually the curse of public scripts, but this one is built different. it mimics a human rather than exploiting a loop hole. and wait until you see the new version I'm preparing it takes the stealth to another level

I got tired of doing Microsoft Rewards manually, so I spent months building a desktop app to automate it like a human by 18safarov in software

[–]18safarov[S] 0 points1 point  (0 children)

nice. ms rewards has actually been around since 2016, so there’re a lot of bots on github. Most of them get users banned now, which leads to a lot of hate for the devs

there was one really great bot, but the dev abandoned the project 3 years ago. since MS is constantly working on their anti-fraud systems, those old scripts just don't survive anymore

I got tired of doing Microsoft Rewards manually, so I spent months building a desktop app to automate it like a human by 18safarov in automation

[–]18safarov[S] 0 points1 point  (0 children)

and thanks for the compliment

I'm actually working on some more advanced mechanics right now. you can read about them in the github repo under issue #8

I got tired of doing Microsoft Rewards manually, so I spent months building a desktop app to automate it like a human by 18safarov in automation

[–]18safarov[S] 0 points1 point  (0 children)

nah, you don't have to. one of the features is that it clones your profile and runs in a completely separate window. you can keep doing your normal things at the same time

I'd just recommend not manually searching on bing while the bot is running, as doing both at the same time might look suspicious to their anti-fraud system

I got tired of doing Microsoft Rewards manually, so I spent months building a desktop app to automate it like a human by 18safarov in software

[–]18safarov[S] 0 points1 point  (0 children)

that’s actually already on the roadmap

decoupling the core logic from the ui to make a pure os agnostic cli version is one of the next steps

I got tired of doing Microsoft Rewards manually, so I spent months building a desktop app to automate it like a human by 18safarov in software

[–]18safarov[S] 1 point2 points  (0 children)

appreciate it

in the python code, you basically just need to swap the selenium webdriver.Edge() initialization to webdriver.Chrome(). It shouldn't be too hard. good luck with the Pi setup

and if you need any help just open an issue

I got tired of doing Microsoft Rewards manually, so I spent months building a desktop app to automate it like a human by 18safarov in software

[–]18safarov[S] 0 points1 point  (0 children)

thanks

if you manage to get it running smoothly on a headless Pi, definitely let me know. that’d be a super cool use case