Skip to content

3.0 - A Brand New BOT

Latest
Compare
Choose a tag to compare
@charlesbel charlesbel released this 19 Jul 14:59
· 111 commits to master since this release
674a196

NEW FEATURES:

  • Sessions storing : the program now stores sessions for each accounts in a "sessions" folder (avoid to log in each time)
  • Launch arguments: -v/--visible to disable headless ; -l/--lang to force a language ; -g/--geo to force a geolocation ; -p/--proxy to add a proxy to the whole program (overrides per-account proxy) ; -t/--telegram to add a telegram notification, requires Telegram Bot Token and Chat ID ; -d/--discord to add a discord notification, requires Discord Webhook URL
  • 2FA Support
  • Auto update script
  • Proxy support (either with -p/--proxy or with per-account proxy in accounts.json)
  • Notifications (discord, telegram)

Other things done :

  • Restructuration and rewriting
  • Fix some bugs
  • Optimize the run time by replacing some time.sleep by some wait functions

Note : Download Microsoft-Rewards-Farmer-master.zip instead of source code from the release because it should always be updated with the latest changes