charlesbel / Microsoft-Rewards-Farmer

A simple bot that uses selenium to farm Microsoft Rewards written in Python
MIT License
1.01k stars 271 forks source link

Add Account status reporting (Banned, Suspended, etc...) #223

Open MaskBoyz opened 1 year ago

MaskBoyz commented 1 year ago

I think its will be helpful if any accounts get suspended or have issue like unusual activities its its will print out like account suspended or unusual activities and and log file so we can check in the log files if all the points have been collected or there was some problem or the account got suspended. Logs will be best helpful cause then we dont have log in every account to check and whenever we run the script its will check the log if this account has completed successfully then its skip the account and log in to next account

malesci commented 1 year ago

I agree! It will be also great to have logs on Discord, Telegram or Google Spreadsheet row. thanks

ecsstasyyy commented 1 year ago

it would also be appreciated if the bot could do the unusual activity automatically using some fakemail i've tested and https://temp-mail.org/ seems to work when selected email as a recovery method. and the logs on discord suggested above aswell.

charlesbel commented 1 year ago

it would also be appreciated if the bot could do the unusual activity automatically using some fakemail i've tested and https://temp-mail.org/ seems to work when selected email as a recovery method. and the logs on discord suggested above aswell.

This is not recommended if you want to avoid a permanent ban

charlesbel commented 1 year ago

I think its will be helpful if any accounts get suspended or have issue like unusual activities its its will print out like account suspended or unusual activities and and log file so we can check in the log files if all the points have been collected or there was some problem or the account got suspended. Logs will be best helpful cause then we dont have log in every account to check and whenever we run the script its will check the log if this account has completed successfully then its skip the account and log in to next account

Will look at the fork that already implement it to add it here 😉

charlesbel commented 1 year ago

I agree! It will be also great to have logs on Discord, Telegram or Google Spreadsheet row. thanks

Discord and Telegram are now available

MaskBoyz commented 1 year ago

bro i dont really understand how the command will be with telegram bot token id and chat id

charlesbel commented 1 year ago

bro i dont really understand how the command will be with telegram bot token id and chat id

-t bot-id chat-id As simple as that

MaskBoyz commented 1 year ago

bro i dont really understand how the command will be with telegram bot token id and chat id

-t bot-id chat-id As simple as that

I tried but not receiving any message from bot I will try again later

charlesbel commented 1 year ago

bro i dont really understand how the command will be with telegram bot token id and chat id

-t bot-id chat-id As simple as that

I tried but not receiving any message from bot I will try again later

Please check #276 comments, they report it as working