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