Microsoft Rewards Farmer
3.0 - A Brand New BOT
███╗ ███╗███████╗ ███████╗ █████╗ ██████╗ ███╗ ███╗███████╗██████╗
████╗ ████║██╔════╝ ██╔════╝██╔══██╗██╔══██╗████╗ ████║██╔════╝██╔══██╗
██╔████╔██║███████╗ █████╗ ███████║██████╔╝██╔████╔██║█████╗ ██████╔╝
██║╚██╔╝██║╚════██║ ██╔══╝ ██╔══██║██╔══██╗██║╚██╔╝██║██╔══╝ ██╔══██╗
██║ ╚═╝ ██║███████║ ██║ ██║ ██║██║ ██║██║ ╚═╝ ██║███████╗██║ ██║
╚═╝ ╚═╝╚══════╝ ╚═╝ ╚═╝ ╚═╝╚═╝ ╚═╝╚═╝ ╚═╝╚══════╝╚═╝ ╚═╝
by Charles Bel (@charlesbel) version 3.0
- Use it at your own risk, Microsoft may ban your account (and I would not be responsible for it)
使用以下命令安装要求:
pip install -r requirements.txt
确保您已安装 Chrome
安装 Chrome 驱动程序:
您不再需要执行此步骤,因为 selenium >=4.10.0 包含 webdriver 管理器
要更新您的 selenium 版本,请运行以下命令: pip install selenium --upgrade
(仅限 Windows)确保安装了 Visual C++ 可再发行 DLL
如果不是,请从此链接安装当前的“vc_redist.exe”并重新启动计算机:https://learn.microsoft.com/en-GB/cpp/windows/latest-supported-vc-redist?view= MSVC-170
使用您的帐户凭据编辑accounts.json.sample
,并通过删除末尾的.sample
来重命名它。 “proxy”字段不是强制性的,如果您不想使用代理,可以忽略它(不要将其保留为空字符串,请将其完全删除)。
[
{
"username" : " Your Email 1 " ,
"password" : " Your Password 1 " ,
"proxy" : " http://user:pass@host1:port "
},
{
"username" : " Your Email 2 " ,
"password" : " Your Password 2 " ,
"proxy" : " http://user:pass@host2:port "
}
]
运行脚本:
python main.py
或者,如果您想保持更新(它将在每次运行时检查是否有新版本可用,如果有,将下载并运行它),请使用:
python autoupdate_main.py