How do you create a .env file? I tried using touch to create a file called insta.env. Then I used sublime text to edit the file. Doesn't seem to work though.
line 17, in
USERNAME = config("iguser")
^^^^^^^^^^^^^^^^
File "/Library/Frameworks/Python.framework/Versions/3.11/lib/python3.11/site-packages/decouple.py", line 243, in call
return self.config(*args, **kwargs)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^
I tested here and is working fine