Use:  
python3 main.py -domain="%DOMAIN%" -client_id="%CLIENT_ID%" -client_secret="%CLIENT_SECRET%"

Arguments:  
-domain - Auth0 domain  
-client_id - Auth0 M2M client ID  
-client_secret - Auth0 M2M client secret  
-token - Auth0 M2M token if have one, otherwise it would be received from Auth0  
-filename - A path to a text file with a list of email (each email - new line), 'emails.txt' by default  
-emails - A list of emails (-emails "email1@test.com" "email2@test.com")  
