Skip to content

Commit

Permalink
Update: print account points after all
Browse files Browse the repository at this point in the history
  • Loading branch information
charlesbel authored Dec 26, 2020
1 parent d8270a4 commit 96b809b
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions ms_rewards_farmer.py
Original file line number Diff line number Diff line change
Expand Up @@ -619,6 +619,16 @@ def getRemainingSearches(browser: WebDriver):
remainingMobile = int((targetMobile - progressMobile) / searchPoints)
return(remainingDesktop, remainingMobile)

print("""
███╗ ███╗███████╗ ███████╗ █████╗ ██████╗ ███╗ ███╗███████╗██████╗
████╗ ████║██╔════╝ ██╔════╝██╔══██╗██╔══██╗████╗ ████║██╔════╝██╔══██╗
██╔████╔██║███████╗ █████╗ ███████║██████╔╝██╔████╔██║█████╗ ██████╔╝
██║╚██╔╝██║╚════██║ ██╔══╝ ██╔══██║██╔══██╗██║╚██╔╝██║██╔══╝ ██╔══██╗
██║ ╚═╝ ██║███████║ ██║ ██║ ██║██║ ██║██║ ╚═╝ ██║███████╗██║ ██║
╚═╝ ╚═╝╚══════╝ ╚═╝ ╚═╝ ╚═╝╚═╝ ╚═╝╚═╝ ╚═╝╚══════╝╚═╝ ╚═╝
by Charles Bel (@charlesbel) version 1.0
""")

LANG, GEO, TZ = getCCodeLangAndOffset()

for account in ACCOUNTS:
Expand Down Expand Up @@ -658,3 +668,4 @@ def getRemainingSearches(browser: WebDriver):
browser.quit()

print('[POINTS]', 'You have earned', str(POINTS_COUNTER - startingPoints), 'points today !', '\n')
print('[POINTS]', 'You are now at', POINTS_COUNTER, 'points !', '\n')

0 comments on commit 96b809b

Please sign in to comment.