Skip to content

Instantly share code, notes, and snippets.

@AnasAlmasri
Created May 9, 2020 17:14
Show Gist options
  • Save AnasAlmasri/0cb726f37df669a4cf886c0d1d878bc4 to your computer and use it in GitHub Desktop.
Save AnasAlmasri/0cb726f37df669a4cf886c0d1d878bc4 to your computer and use it in GitHub Desktop.
# initialize main variables
stats = {}
sleep_duration = 2
nap_duration = 0.5
# initialize login credentials
email_cred = 'YOUR_USERNAME_OR_EMAIL'
pass_cred = 'YOUR_PASSWORD'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment