Skip to content

Instantly share code, notes, and snippets.

@NesrineSF
Created March 30, 2021 20:47
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save NesrineSF/a7b49b462841cc8bd51ff00a0e692767 to your computer and use it in GitHub Desktop.
Save NesrineSF/a7b49b462841cc8bd51ff00a0e692767 to your computer and use it in GitHub Desktop.
define credentials inside your code
import os
os.environ["EAI_USERNAME"] = 'YOUR_USER'
os.environ["EAI_PASSWORD"] = 'YOUR_PASSWORD'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment