Created
July 16, 2020 10:46
-
-
Save BexTuychiev/b0e03b286d62ac43398ebccda40096cb to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# Login with username and password in the script | |
bot.login(USERNAME, PASSWORD) | |
# Interactive login on terminal | |
bot.interactive_login(USER) # Asks for password in the terminal |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment